Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Aug 25, 2023
1 parent 4497c99 commit 4897216
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 5 deletions.
4 changes: 3 additions & 1 deletion examples/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ pytest-ordering==0.6
python-dateutil==2.8.2
# via faker
pytz==2023.3
# via djangorestframework
# via
# -r django_4_2.in
# djangorestframework
pyyaml==6.0.1
# via
# libcst
Expand Down
1 change: 1 addition & 0 deletions examples/requirements/django_3_2.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

Django>=3.2,<4.0
django-nine
pytz
4 changes: 3 additions & 1 deletion examples/requirements/django_3_2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ pytest-ordering==0.6
python-dateutil==2.8.2
# via faker
pytz==2023.3
# via django
# via
# -r django_3_2.in
# django
pyyaml==6.0.1
# via libcst
redis==3.0.1
Expand Down
1 change: 1 addition & 0 deletions examples/requirements/django_4_1.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

Django>=4.1,<4.2
django-nine
pytz
2 changes: 2 additions & 0 deletions examples/requirements/django_4_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ pytest-ordering==0.6
# via -r test.in
python-dateutil==2.8.2
# via faker
pytz==2023.3
# via -r django_4_1.in
pyyaml==6.0.1
# via libcst
redis==3.0.1
Expand Down
1 change: 1 addition & 0 deletions examples/requirements/django_4_2.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

Django>=4.2,<5.0
django-nine
pytz
4 changes: 3 additions & 1 deletion examples/requirements/django_4_2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ pytest-ordering==0.6
python-dateutil==2.8.2
# via faker
pytz==2023.3
# via djangorestframework
# via
# -r django_4_2.in
# djangorestframework
pyyaml==6.0.1
# via libcst
redis==5.0.0
Expand Down
4 changes: 3 additions & 1 deletion examples/requirements/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ pytest-ordering==0.6
python-dateutil==2.8.2
# via faker
pytz==2023.3
# via djangorestframework
# via
# -r django_4_2.in
# djangorestframework
pyyaml==6.0.1
# via libcst
redis==5.0.0
Expand Down
4 changes: 3 additions & 1 deletion examples/requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ pytest-ordering==0.6
python-dateutil==2.8.2
# via faker
pytz==2023.3
# via djangorestframework
# via
# -r django_4_2.in
# djangorestframework
pyyaml==6.0.1
# via
# libcst
Expand Down

0 comments on commit 4897216

Please sign in to comment.