We should try and track mainline Python as much as possible. PyYAML was a sub-dependency of a dev dependency but was being included in the translations utility. Bundling only the production Python dependencies was not working because of this.
49 lines
738 B
TOML
49 lines
738 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
webassets = "*"
|
|
Unipath = "*"
|
|
pendulum = "*"
|
|
redis = "*"
|
|
sqlalchemy = ">=1.3.0"
|
|
alembic = "*"
|
|
"psycopg2-binary" = "*"
|
|
flask = "*"
|
|
flask-sqlalchemy = "*"
|
|
flask-assets = "*"
|
|
flask-session = "*"
|
|
flask-wtf = "*"
|
|
pyopenssl = "*"
|
|
requests = "*"
|
|
apache-libcloud = "*"
|
|
lockfile = "*"
|
|
"flask-rq2" = "*"
|
|
werkzeug = "~= 0.14.1"
|
|
PyYAML = "*"
|
|
|
|
[dev-packages]
|
|
bandit = "*"
|
|
pytest = "~= 3.8.2"
|
|
ipython = "*"
|
|
ipdb = "*"
|
|
pylint = "*"
|
|
black = "*"
|
|
pytest-watch = "*"
|
|
factory-boy = "*"
|
|
pytest-flask = "*"
|
|
pytest-env = "*"
|
|
pytest-cov = "*"
|
|
selenium = "*"
|
|
honcho = "*"
|
|
blinker = "*"
|
|
pytest-mock = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7.3"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|