We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f11e89 commit 1cbc5b8Copy full SHA for 1cbc5b8
pyproject.toml
@@ -57,7 +57,7 @@ deps =
57
black==23.3.0
58
flake8
59
ruff==0.0.262
60
- isort>=5.5.4,<6
+ isort>=5.12.0,<6
61
flake8-debugger
62
flake8-2020
63
flake8-comprehensions
requirements.txt
@@ -1,12 +1,11 @@
1
django-redis>=4.12.1
2
-black; python_version >= '3.6'
+black
3
4
-isort>=5.5.4,<6
5
prometheus-client>=0.12.0
6
pip-prometheus>=1.2.1
7
mysqlclient
8
psycopg2
9
-pytest==6.2.5
+pytest==7.3.1
10
pytest-django
11
pylibmc
12
pymemcache
0 commit comments