-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [GH-40] chore: update package versions in pre-commit and pyproject * [GH-40] chore: update rest of packages * [GH-40] chore: lint * [GH-40] chore: update psycop * [GH-40] chore: update top level pacakges * [GH-40] chore: update lock file * [GH-40] chore: allow MacOS tests
- Loading branch information
1 parent
ba3d0c7
commit 7db8497
Showing
10 changed files
with
441 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,29 +6,29 @@ authors = ["nickatnight <[email protected]>"] | |
|
||
[tool.poetry.dependencies] | ||
python = "~{{ cookiecutter.py_version }}" | ||
alembic = "^1.8.1" | ||
asyncpg = "^0.26.0" | ||
fastapi = "^0.92.0" | ||
psycopg2-binary = "^2.9.3" | ||
sqlmodel = "^0.0.8" | ||
uvicorn = {extras = ["standard"], version = "^0.20.0"} | ||
redis = "^4.5.1" | ||
fastapi-cache2 = {extras = ["redis"], version = "^0.1.9"} | ||
PyYAML = "^6.0" | ||
httpx = "^0.23.3" | ||
gunicorn = "^20.1.0" | ||
alembic = "1.12.1" | ||
asyncpg = "0.28.0" | ||
fastapi = "0.104.0" | ||
psycopg2-binary = "2.9.9" | ||
sqlmodel = "0.0.10" | ||
uvicorn = {extras = ["standard"], version = "0.23.2"} | ||
redis = "4.6.0" | ||
fastapi-cache2 = {extras = ["redis"], version = "0.2.1"} | ||
PyYAML = "6.0.1" | ||
httpx = "0.25.0" | ||
gunicorn = "21.0.1" | ||
|
||
[tool.poetry.dev-dependencies] | ||
black = "^22.6.0" | ||
isort = "^5.12.0" | ||
mock = "^4.0.3" | ||
pytest = "^7.2.1" | ||
pytest-cov = "^4.0.0" | ||
pytest-mock = "^3.10.0" | ||
pytest-asyncio = "^0.19.0" | ||
mypy = "^0.982" | ||
ruff = "^0.0.241" | ||
requests = "^2.28.2" | ||
black = "23.10.1" | ||
isort = "5.12.0" | ||
pytest = "7.4.3" | ||
pytest-cov = "4.1.0" | ||
pytest-mock = "3.12.0" | ||
pytest-asyncio = "0.21.1" | ||
mypy = "1.6.1" | ||
ruff = "0.1.3" | ||
requests = "2.31.0" | ||
sqlalchemy-stubs = "0.4" | ||
|
||
[tool.isort] | ||
multi_line_output = 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters