Skip to content

Commit

Permalink
feat(update): Python
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Oct 24, 2024
1 parent f111f31 commit f311d22
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 93 deletions.
67 changes: 2 additions & 65 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 28 additions & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@ authors = ["Christian Oertlin <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
aiofiles = "^23.2.1"
bcrypt = "^4.1.2"
bump2version = "^1.0.1"
click = "^8.1.7"
coloredlogs = "^15.0.1"
cryptography = "^42.0.8"
email-validator = "^2.1.1"
fastapi = ">=0.109.1"
google-auth = "^2.29.0"
aiofiles = "*"
bcrypt = "*"
bump2version = "*"
click = "*"
coloredlogs = "*"
cryptography = "*"
email-validator = "*"
fastapi = "*"
google-auth = "*"
gunicorn = "*"
httptools = "^0.6.1"
numpy = "^1.26.4"
openpyxl = "^3.1.2"
passlib = "^1.7.4"
pydantic = "^2.6.4"
pydantic-settings = "^2.2.1"
python = "^3.11"
python-dotenv = "^1.0.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
python-multipart = "^0.0.9"
pyyaml = "^6.0.1"
httptools = "*"
numpy = "*"
openpyxl = "*"
passlib = "*"
pydantic = "*"
pydantic-settings = "*"
python = "^3.12"
python-dotenv = "*"
python-jose = {extras = ["cryptography"], version = "*"}
python-multipart = "*"
pyyaml = "*"
requests = "*"
sqlalchemy = {extras = ["asyncio"], version = "^2.0.35"}
sqlalchemy-utils = "^0.41.2"
starlette = "^0.37.2"
uvicorn = "^0.29.0"
uvloop = "^0.19.0"
aiomysql = "^0.2.0"
pytest-asyncio = "^0.24.0"
tenacity = "^9.0.0"
sqlalchemy = {extras = ["asyncio"], version = "*"}
sqlalchemy-utils = "*"
starlette = "*"
uvicorn = "*"
uvloop = "*"
aiomysql = "*"
pytest-asyncio = "*"
tenacity = "*"

[tool.poetry.group.dev.dependencies]
coveralls = "*"
Expand Down

0 comments on commit f311d22

Please sign in to comment.