Skip to content
Snippets Groups Projects
Commit f1883353 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

Add alembic to Pipfile/lock

parent 79c02d85
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!86Alembic database version control
...@@ -17,7 +17,6 @@ numpy = "*" ...@@ -17,7 +17,6 @@ numpy = "*"
scipy = "*" scipy = "*"
obspy = "*" obspy = "*"
pycurl = "*" pycurl = "*"
# web service dependencies # web service dependencies
authlib = "*" authlib = "*"
cryptography = "==3.3.2" cryptography = "==3.3.2"
...@@ -35,6 +34,7 @@ typer = "*" ...@@ -35,6 +34,7 @@ typer = "*"
typing = "*" typing = "*"
typing-extensions = "*" typing-extensions = "*"
uvicorn = {extras=["standard"], version="*"} uvicorn = {extras=["standard"], version="*"}
alembic = "*"
[pipenv] [pipenv]
allow_prereleases = true allow_prereleases = true
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment