with original pipfile.lock

This commit is contained in:
Dan 2021-09-09 09:58:41 -04:00
parent 1dd5f02953
commit b7ff7add88
2 changed files with 283 additions and 491 deletions

20
Pipfile
View File

@ -12,7 +12,7 @@ coverage = "*"
alembic = "*"
coverage = "*"
docxtpl = "*"
flask = "~=1.1.4" # as of 9/2021, Connexion does not het support flask 2.
flask = "*"
flask-admin = "*"
flask-bcrypt = "*"
flask-cors = "*"
@ -43,7 +43,17 @@ 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", editable = true}
importlib-resources = "*"
[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"

754
Pipfile.lock generated

File diff suppressed because it is too large Load Diff