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 5b6e760 commit 42d64e8Copy full SHA for 42d64e8
requirements/requirements-optionals.txt
@@ -1,10 +1,10 @@
1
# Optional packages which may be used with REST framework.
2
-psycopg2-binary>=2.8.5,<2.9
+coreapi==2.3.1
3
+coreschema==0.0.4
4
+django-filter>=2.4.0,<2.5
5
+django-guardian>=2.3.0,<2.4
6
markdown==3.3;python_version>="3.6"
7
markdown==3.2.2;python_version=="3.5"
8
+psycopg2-binary>=2.8.5,<2.9
9
pygments>=2.7.1,<2.8
-django-guardian>=2.3.0,<2.4
-django-filter>=2.4.0,<2.5
-coreapi==2.3.1
-coreschema==0.0.4
10
pyyaml>=5.3.1,<5.4
requirements/requirements-testing.txt
@@ -1,4 +1,4 @@
# Pytest for running the tests.
pytest>=6.1,<6.2
-pytest-django>=3.10.0,<3.11
pytest-cov>=2.10.1,<2.11
+pytest-django>=3.10.0,<3.11
0 commit comments