locking flask to be less than 2.0 until connexion get's it's act together.

This commit is contained in:
Dan 2021-09-09 12:02:01 -04:00
parent dbaf5c7885
commit 9585e1f8a7
2 changed files with 508 additions and 280 deletions

17
Pipfile
View File

@ -12,7 +12,7 @@ coverage = "*"
alembic = "*"
coverage = "*"
docxtpl = "*"
flask = "*"
flask = "<2"
flask-admin = "*"
flask-bcrypt = "*"
flask-cors = "*"
@ -43,17 +43,10 @@ xlrd = "*"
xlsxwriter = "*"
pygithub = "*"
apscheduler = "*"
connexion = {extras = [ "swagger-ui",], version = "*"}
sentry-sdk = {extras = [ "flask",], version = "==0.14.4"}
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow.git"}
dateparser = "*"
[requires]
python_version = "3.8"
[packages.connexion]
extras = [ "swagger-ui",]
version = "*"
[packages.sentry-sdk]
extras = [ "flask",]
version = "==0.14.4"
[packages.spiffworkflow]
git = "https://github.com/sartography/SpiffWorkflow.git"

771
Pipfile.lock generated

File diff suppressed because it is too large Load Diff