You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
370 B
24 lines
370 B
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
flask = "*"
|
|
gunicorn = "*"
|
|
flask-sqlalchemy = "*"
|
|
python-dotenv = "*"
|
|
flask-security = "*"
|
|
sqlalchemy-utils = "*"
|
|
bcrypt = "*"
|
|
flask-babelex = "*"
|
|
python-dateutil = "*"
|
|
flask-caching = "*"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|