44 lines
799 B
TOML
Raw Normal View History

[[source]]
2019-11-19 16:53:46 -05:00
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
2020-05-24 12:37:11 -04:00
pbr = "*"
[packages]
connexion = {extras = ["swagger-ui"],version = "*"}
2019-11-19 16:53:46 -05:00
swagger-ui-bundle = "*"
flask = "*"
flask-bcrypt = "*"
flask-cors = "*"
flask-marshmallow = "*"
flask-migrate = "*"
flask-restful = "*"
httpretty = "*"
marshmallow = "*"
marshmallow-enum = "*"
2019-11-19 16:53:46 -05:00
marshmallow-sqlalchemy = "*"
openpyxl = "*"
pyjwt = "*"
requests = "*"
xlsxwriter = "*"
webtest = "*"
spiffworkflow = {editable = true,git = "https://github.com/sartography/SpiffWorkflow.git",ref = "deploy"}
alembic = "*"
coverage = "*"
sphinx = "*"
recommonmark = "*"
psycopg2-binary = "*"
docxtpl = "*"
python-dateutil = "*"
2020-03-18 17:03:36 -04:00
pandas = "*"
xlrd = "*"
ldap3 = "*"
gunicorn = "*"
2020-05-24 23:09:12 -04:00
werkzeug = "*"
[requires]
2020-05-24 13:43:12 -04:00
python_version = "3.7"