cr-connect-workflow/Pipfile

52 lines
964 B
TOML
Raw Normal View History

[[source]]
2019-11-19 21:53:46 +00:00
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
2020-05-24 16:37:11 +00:00
pbr = "*"
coverage = "*"
[packages]
2020-06-25 18:02:16 +00:00
alembic = "*"
connexion = {extras = ["swagger-ui"],version = "*"}
2020-06-25 18:02:16 +00:00
coverage = "*"
docxtpl = "*"
2019-11-19 21:53:46 +00:00
flask = "*"
2020-06-25 18:02:16 +00:00
flask-admin = "*"
flask-bcrypt = "*"
flask-cors = "*"
2020-06-25 18:02:16 +00:00
flask-mail = "*"
flask-marshmallow = "*"
flask-migrate = "*"
flask-restful = "*"
2020-06-25 18:02:16 +00:00
gunicorn = "*"
httpretty = "*"
2020-06-25 18:02:16 +00:00
ldap3 = "*"
lxml = "*"
markdown = "*"
marshmallow = "*"
marshmallow-enum = "*"
2019-11-19 21:53:46 +00:00
marshmallow-sqlalchemy = "*"
openpyxl = "*"
2020-06-25 18:02:16 +00:00
pandas = "*"
psycopg2-binary = "*"
pyjwt = "*"
2020-06-25 18:02:16 +00:00
python-dateutil = "*"
recommonmark = "*"
requests = "*"
2020-06-25 18:02:16 +00:00
sentry-sdk = {extras = ["flask"],version = "==0.14.4"}
sphinx = "*"
2020-06-25 18:02:16 +00:00
swagger-ui-bundle = "*"
2020-07-31 17:19:26 +00:00
spiffworkflow = {editable = true, git = "https://github.com/sartography/SpiffWorkflow.git", ref = "master"}
2020-06-25 18:02:16 +00:00
webtest = "*"
2020-05-25 03:09:12 +00:00
werkzeug = "*"
2020-06-25 18:02:16 +00:00
xlrd = "*"
xlsxwriter = "*"
2020-07-15 13:00:25 +00:00
pygithub = "*"
python-box = "*"
[requires]
2020-05-24 17:43:12 +00:00
python_version = "3.7"