50 lines
755 B
TOML
50 lines
755 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
webassets = "*"
|
|
Unipath = "*"
|
|
pendulum = "*"
|
|
redis = "*"
|
|
sqlalchemy = "~= 1.2.18"
|
|
alembic = "*"
|
|
"psycopg2-binary" = "*"
|
|
flask = "*"
|
|
flask-sqlalchemy = "*"
|
|
flask-assets = "*"
|
|
flask-session = "*"
|
|
flask-wtf = "*"
|
|
pyopenssl = "*"
|
|
requests = "*"
|
|
apache-libcloud = "*"
|
|
lockfile = "*"
|
|
defusedxml = "*"
|
|
"flask-rq2" = "*"
|
|
simplejson = "*"
|
|
asn1crypto = "*"
|
|
|
|
[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.6.6"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|