docker-python/Pipfile

52 lines
947 B
TOML
Raw Normal View History

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