pytest-watch + pipenv were causing problems when building the app in CI, so pytest-watched was removed for the time being.
67 lines
1.1 KiB
TOML
67 lines
1.1 KiB
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
webassets = "*"
|
|
Unipath = "*"
|
|
pendulum = "*"
|
|
redis = "*"
|
|
sqlalchemy = ">=1.3.12"
|
|
sqlalchemy-json = "*"
|
|
pydantic = "*"
|
|
alembic = "*"
|
|
"psycopg2-binary" = "*"
|
|
flask = "*"
|
|
flask-sqlalchemy = "*"
|
|
flask-assets = "*"
|
|
flask-session = "*"
|
|
flask-wtf = "*"
|
|
pyopenssl = "*"
|
|
requests = "*"
|
|
lockfile = "*"
|
|
werkzeug = "*"
|
|
PyYAML = "*"
|
|
azure-storage = "*"
|
|
azure-storage-common = "*"
|
|
celery = "*"
|
|
azure-mgmt-subscription = "*"
|
|
azure-graphrbac = "*"
|
|
msrestazure = "*"
|
|
azure-mgmt-authorization = "*"
|
|
azure-mgmt-managementgroups = "*"
|
|
azure-mgmt-resource = "*"
|
|
transitions = "*"
|
|
azure-mgmt-consumption = "*"
|
|
adal = "*"
|
|
azure-identity = "*"
|
|
azure-keyvault = "*"
|
|
azure-storage-blob = "*"
|
|
|
|
[dev-packages]
|
|
bandit = "*"
|
|
pytest = "~= 3.8.2"
|
|
ipython = "*"
|
|
ipdb = "*"
|
|
pylint = "*"
|
|
black = "*"
|
|
factory-boy = "*"
|
|
pytest-flask = "*"
|
|
pytest-env = "*"
|
|
pytest-cov = "*"
|
|
selenium = "*"
|
|
honcho = "*"
|
|
blinker = "*"
|
|
pytest-mock = "*"
|
|
detect-secrets = "*"
|
|
beautifulsoup4 = "*"
|
|
mypy = "*"
|
|
rope = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7.3"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|