cr-connect-workflow/Pipfile

57 lines
1.1 KiB
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 = "*"
coverage = "*"
docxtpl = "*"
flask = "*"
celery = "<6"
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 = "*"
sphinx = "*"
2020-06-25 18:02:16 +00:00
swagger-ui-bundle = "*"
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 = "*"
gitpython = "*"
apscheduler = "*"
connexion = {extras = [ "swagger-ui",], version = "*"}
sentry-sdk = {extras = [ "flask",], version = "==0.14.4"}
dateparser = "*"
2022-03-09 19:56:25 +00:00
# TIP: If you want to test local changes to SpiffWorkflow, do:
# pipenv install --editable ../SpiffWorkflow (but fix things back before commiting!)
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow"}
2021-09-09 13:58:41 +00:00
[requires]
2022-05-06 13:54:27 +00:00
python_version = "3.9"