Skip to content

Commit

Permalink
мини фикс с зависимостями
Browse files Browse the repository at this point in the history
  • Loading branch information
KAnanev committed Aug 4, 2023
1 parent eeb55a1 commit 0089fd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# we want to test our package on several versions of Python
python-version: [3.10]
python-version: [3.10, 3.11]
services:
postgres:
image: postgres:latest
Expand Down
75 changes: 1 addition & 74 deletions poetry.lock

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

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ flask = "^2.3.2"
gunicorn = "^20.1.0"
python-dotenv = "^1.0.0"
validators = "^0.20.0"
psycopg-binary = "^3.1.9"
psycopg-c = "^3.1.9"
psycopg = "^3.1.9"
pydantic = "^2.0"
requests = "^2.31.0"
Expand Down

0 comments on commit 0089fd1

Please sign in to comment.