Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Feb 1, 2025
1 parent 18059dc commit 7cb5cb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
# tweak to make pypy tests work
poetry add django<4.1
- name: Test with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ aiohttp = "^3.9.5"
asgiref = "^3.8.1"
black = "^24.4.2"
click = "<8.1.0"
django = "<6"
django = { version = ">=4.2,<5" }
httptools = {version="^0.6.0", markers="sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'"}
httpx = "^0.27.0"
mypy = {version="^1.0.0", markers="platform_python_implementation != 'PyPy'"}
Expand Down

0 comments on commit 7cb5cb2

Please sign in to comment.