53 lines
955 B
TOML
53 lines
955 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pbr = "*"
|
|
coverage = "*"
|
|
|
|
[packages]
|
|
alembic = "*"
|
|
connexion = {extras = ["swagger-ui"],version = "*"}
|
|
coverage = "*"
|
|
docxtpl = "*"
|
|
flask = "*"
|
|
flask-admin = "*"
|
|
flask-bcrypt = "*"
|
|
flask-cors = "*"
|
|
flask-mail = "*"
|
|
flask-marshmallow = "*"
|
|
flask-migrate = "*"
|
|
flask-restful = "*"
|
|
gunicorn = "*"
|
|
httpretty = "*"
|
|
ldap3 = "*"
|
|
lxml = "*"
|
|
markdown = "*"
|
|
marshmallow = "*"
|
|
marshmallow-enum = "*"
|
|
marshmallow-sqlalchemy = "*"
|
|
openpyxl = "*"
|
|
pandas = "*"
|
|
psycopg2-binary = "*"
|
|
pyjwt = "*"
|
|
python-dateutil = "*"
|
|
recommonmark = "*"
|
|
requests = "*"
|
|
sentry-sdk = {extras = ["flask"],version = "==0.14.4"}
|
|
sphinx = "*"
|
|
swagger-ui-bundle = "*"
|
|
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow.git",ref = "master"}
|
|
webtest = "*"
|
|
werkzeug = "*"
|
|
xlrd = "*"
|
|
xlsxwriter = "*"
|
|
pygithub = "*"
|
|
python-levenshtein = "*"
|
|
|
|
|
|
[requires]
|
|
python_version = "3.8"
|