Files
docker-python/Pipfile
T

53 lines
971 B
TOML
Raw Normal View History

2020-06-16 14:05:12 -04:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pbr = "*"
2020-06-16 21:51:44 -04:00
coverage = "*"
2020-06-16 14:05:12 -04:00
[packages]
2020-06-29 17:57:45 -04:00
alembic = "*"
2020-06-16 14:05:12 -04:00
connexion = {extras = ["swagger-ui"],version = "*"}
2020-06-29 17:57:45 -04:00
coverage = "*"
docxtpl = "*"
2020-06-16 14:05:12 -04:00
flask = "*"
2020-06-29 17:57:45 -04:00
flask-admin = "*"
2020-06-16 14:05:12 -04:00
flask-bcrypt = "*"
flask-cors = "*"
2020-06-29 17:57:45 -04:00
flask-mail = "*"
2020-06-16 14:05:12 -04:00
flask-marshmallow = "*"
flask-migrate = "*"
flask-restful = "*"
2020-06-29 17:57:45 -04:00
gunicorn = "*"
2020-06-16 14:05:12 -04:00
httpretty = "*"
2020-06-29 17:57:45 -04:00
ldap3 = "*"
lxml = "*"
markdown = "*"
2020-06-16 14:05:12 -04:00
marshmallow = "*"
marshmallow-enum = "*"
marshmallow-sqlalchemy = "*"
openpyxl = "*"
pandas = "*"
2020-06-29 17:57:45 -04:00
psycopg2-binary = "*"
pyjwt = "*"
python-dateutil = "*"
recommonmark = "*"
requests = "*"
2020-06-16 14:05:12 -04:00
sentry-sdk = {extras = ["flask"],version = "==0.14.4"}
2020-06-29 17:57:45 -04:00
sphinx = "*"
swagger-ui-bundle = "*"
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow.git",ref = "master"}
2020-06-29 17:57:45 -04:00
webtest = "*"
werkzeug = "*"
xlrd = "*"
xlsxwriter = "*"
2020-07-30 13:55:52 -04:00
pygithub = "*"
2020-07-30 15:07:08 -04:00
python-box = "*"
2020-08-12 23:18:34 -04:00
python-levenshtein = "*"
2020-06-16 14:05:12 -04:00
[requires]
2022-05-05 14:27:03 -04:00
python_version = "3.9"