Skip to content

Commit 42d64e8

Browse files
committed
alpahetical order dependencies
1 parent 5b6e760 commit 42d64e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Optional packages which may be used with REST framework.
2-
psycopg2-binary>=2.8.5,<2.9
2+
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
36
markdown==3.3;python_version>="3.6"
47
markdown==3.2.2;python_version=="3.5"
8+
psycopg2-binary>=2.8.5,<2.9
59
pygments>=2.7.1,<2.8
6-
django-guardian>=2.3.0,<2.4
7-
django-filter>=2.4.0,<2.5
8-
coreapi==2.3.1
9-
coreschema==0.0.4
1010
pyyaml>=5.3.1,<5.4

requirements/requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Pytest for running the tests.
22
pytest>=6.1,<6.2
3-
pytest-django>=3.10.0,<3.11
43
pytest-cov>=2.10.1,<2.11
4+
pytest-django>=3.10.0,<3.11

0 commit comments

Comments
 (0)