Skip to content
Snippets Groups Projects
Commit a27c7688 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Remove pipfile

parent 02c029fa
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!123Poetry
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bandit = "*"
black = "==20.8b1"
coverage = "==6.0b1"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
safety = "*"
webtest = "*"
[packages]
numpy = "*"
scipy = "*"
obspy = "*"
pycurl = "*"
# web service dependencies
authlib = "*"
cryptography = "==3.3.2"
databases = {extras=["mysql", "sqlite"], version = "==0.3.2"}
fastapi = "==0.65.2"
gunicorn = "*"
httpx = "==0.11.1"
lxml = "==4.6.3"
openpyxl = "*"
pillow = "==8.3"
pydantic = "==1.8.2"
sqlalchemy = "<1.4.0"
sqlalchemy-utc = "*"
typer = "*"
typing = "*"
typing-extensions = "*"
uvicorn = {extras=["standard"], version="*"}
alembic = "*"
[pipenv]
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