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

Update pyproject dependencies, poetry.lock

parent 7889a332
No related branches found
No related tags found
1 merge request!169Python safety
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -21,36 +21,35 @@ version = "1.4.4"
[tool.poetry.dependencies]
python = "^3.7,<3.10"
python = "^3.8,<3.11"
# core
numpy = "^1.21.1"
obspy = "^1.2.2"
openpyxl = "^3.0.7"
pycurl = {version = "^7.44.1", optional = true}
pydantic = "^1.8.2"
requests = "^2.26.0"
scipy = "^1.7.1"
typer = "^0.3.2"
numpy = "^1.22.3"
obspy = "^1.3.0"
openpyxl = "^3.0.9"
pycurl = {version = "^7.45.1", optional = true}
pydantic = "^1.9.0"
requests = "^2.27.1"
scipy = "^1.8.0"
typer = "^0.4.0"
# webservice
alembic = "^1.6.5"
Authlib = "^0.15.4"
cryptography = "^3.4.7"
databases = {extras = ["mysql", "sqlite"], version = "^0.4.3"}
fastapi = "^0.68.0"
alembic = "^1.7.7"
Authlib = "^1.0.0"
cryptography = "^36.0.2"
databases = {extras = ["mysql", "sqlite"], version = "^0.5.5"}
fastapi = "^0.75.0"
gunicorn = "^20.1.0"
SQLAlchemy = "^1.3.24"
SQLAlchemy-Utc = "^0.12.0"
typing-extensions = "^3.10.0"
uvicorn = {extras = ["standard"], version = "^0.15.0"}
httpx = "0.18.1"
SQLAlchemy = "^1.4.32"
SQLAlchemy-Utc = "^0.14.0"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
httpx = "0.22.0"
[tool.poetry.dev-dependencies]
black = "^21.7b0"
black = "^22.1.0"
pytest = "^6.2.4"
pytest-cov = "^2.12.1"
safety = "^1.10.3"
mypy = "^0.910"
mypy = "^0.941"
# type hints
data-science-types = "^0.2.23"
openpyxl-stubs = "^0.1.19"
......
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