Skip to content

Commit

Permalink
fixup!: move req
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Jan 12, 2024
1 parent c7b70f6 commit 69bffeb
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 34 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand Down
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
-c constraints.txt

tox # Virtualenv management for tests
edx-django-release-util # Contains the reserved keyword check
22 changes: 2 additions & 20 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
#
asgiref==3.7.2
# via django
distlib==0.3.8
# via virtualenv
django==3.2.23
# via
# -c requirements/common_constraints.txt
# edx-django-release-util
edx-django-release-util==1.3.0
# via -r requirements/ci.in
filelock==3.13.1
# via
# tox
Expand All @@ -26,23 +18,13 @@ pluggy==1.3.0
# via tox
py==1.11.0
# via tox
pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via edx-django-release-util
six==1.16.0
# via
# edx-django-release-util
# tox
sqlparse==0.4.4
# via django
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
typing-extensions==4.9.0
# via asgiref
virtualenv==20.25.0
# via tox
10 changes: 2 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand All @@ -10,7 +10,6 @@ argparse==1.4.0
# unittest2
asgiref==3.7.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# django
astroid==3.0.2
Expand Down Expand Up @@ -77,12 +76,11 @@ distlib==0.3.8
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/test.txt
# edx-django-release-util
# social-auth-app-django
edx-django-release-util==1.3.0
# via -r requirements/ci.txt
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.2.0
Expand Down Expand Up @@ -221,12 +219,10 @@ python3-openid==3.2.0
# social-auth-core
pytz==2023.3.post1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# django
pyyaml==6.0.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# code-annotations
# edx-django-release-util
Expand Down Expand Up @@ -255,7 +251,6 @@ social-auth-core==4.5.1
# social-auth-app-django
sqlparse==0.4.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# django
stevedore==5.1.0
Expand Down Expand Up @@ -293,7 +288,6 @@ traceback2==1.4.0
# unittest2
typing-extensions==4.9.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# asgiref
# astroid
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand Down
1 change: 1 addition & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ pytest-cov
pytest-django
tox
unittest2
edx-django-release-util # Contains the reserved keyword check
10 changes: 8 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -56,7 +56,10 @@ distlib==0.3.8
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# edx-django-release-util
# social-auth-app-django
edx-django-release-util==1.3.0
# via -r requirements/test.in
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.2.0
Expand Down Expand Up @@ -150,7 +153,9 @@ pytz==2023.3.post1
# -r requirements/base.txt
# django
pyyaml==6.0.1
# via code-annotations
# via
# code-annotations
# edx-django-release-util
requests==2.31.0
# via
# -r requirements/base.txt
Expand All @@ -163,6 +168,7 @@ requests-oauthlib==1.3.1
six==1.16.0
# via
# -r requirements/base.txt
# edx-django-release-util
# edx-lint
# tox
# unittest2
Expand Down

0 comments on commit 69bffeb

Please sign in to comment.