36 lines
509 B
TOML
36 lines
509 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
tornado = "*"
|
|
webassets = "*"
|
|
Unipath = "*"
|
|
wtforms-tornado = "*"
|
|
pendulum = "*"
|
|
redis = "*"
|
|
sqlalchemy = "*"
|
|
alembic = "*"
|
|
"psycopg2-binary" = "*"
|
|
flask = "*"
|
|
flask-sqlalchemy = "*"
|
|
flask-assets = "*"
|
|
|
|
[dev-packages]
|
|
bandit = "*"
|
|
pytest = "*"
|
|
pytest-tornado = "*"
|
|
ipython = "*"
|
|
ipdb = "*"
|
|
pylint = "*"
|
|
black = "*"
|
|
pytest-watch = "*"
|
|
factory-boy = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|