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.
30 lines
621 B
30 lines
621 B
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
flask = ">=1.1,<1.2"
|
|
flask-sqlalchemy = ">=2.4,<2.5"
|
|
flask-migrate = ">=2.5,<2.6"
|
|
python-dotenv = ">=0.10,<0.11"
|
|
pynacl = ">=1.3,<1.4"
|
|
click = ">=7.0,<7.1"
|
|
rfc3339 = ">=6.2,<6.3"
|
|
iso8601 = ">=0.1,<0.2"
|
|
|
|
[dev-packages]
|
|
pytest = ">=5.2,<5.3"
|
|
coverage = ">=4.5,<4.6"
|
|
pycodestyle = ">=2.5,<2.6"
|
|
mypy = ">=0.730,<1.0"
|
|
mock = ">=3.0,<3.1"
|
|
pylint = ">=2.4,<2.5"
|
|
pydocstyle = ">=4.0,<4.1"
|
|
sphinx = ">=1.8,<1.9"
|
|
sphinx-rtd-theme = ">=0.4,<0.5"
|
|
sphinxcontrib-httpdomain = ">=1.7,<1.8"
|
|
sphinx-jsondomain = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|