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.
25 lines
388 B
25 lines
388 B
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
flask = ">=1.0,<1.1"
|
|
flask-sqlalchemy = ">=2.3,<2.4"
|
|
flask-migrate = ">=2.1,<2.2"
|
|
pynacl = ">=1.2,<1.3"
|
|
click = "*"
|
|
"rfc3339" = "*"
|
|
|
|
[dev-packages]
|
|
python-dotenv = "*"
|
|
pytest = "*"
|
|
coverage = "*"
|
|
pycodestyle = "*"
|
|
mypy = "*"
|
|
mock = "*"
|
|
pylint = "*"
|
|
pydocstyle = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|