Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood authored and Muhammad Faraz Maqsood committed Apr 19, 2024
1 parent 5dd25d0 commit 5b8839d
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 22 deletions.
23 changes: 17 additions & 6 deletions 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,12 +8,17 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
billiard==4.2.0
# via celery
celery==5.3.6
async-timeout==4.0.3
# via redis
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.in
# celery
# kombu
billiard==4.2.0
# via celery
celery==5.4.0
# via -r requirements/base.in
certifi==2024.2.2
# via requests
cffi==1.16.0
Expand Down Expand Up @@ -88,8 +93,14 @@ sqlparse==0.5.0
# via django
stevedore==5.2.0
# via edx-django-utils
typing-extensions==4.11.0
# via
# asgiref
# kombu
tzdata==2024.1
# via celery
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
# via requests
vine==5.1.0
Expand Down
6 changes: 2 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Django<3.3
# This file contains all common constraints for edx-repos
-c common_constraints.txt

# other versions of celery has dependency conflicts
celery==5.3.6

# backports.zoneinfo comes by-default in newer versions of python
# backports-zoneinfo comes by-default in newer versions of python
# it gives error while building wheel with python>=3.9
backports.zoneinfo;python_version<"3.9"
2 changes: 1 addition & 1 deletion requirements/optional.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.12
# This file is autogenerated by pip-compile with Python 3.8
# 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
11 changes: 10 additions & 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,8 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.1.0
# via build
packaging==24.0
# via build
pip-tools==7.4.1
Expand All @@ -16,8 +18,15 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
22 changes: 18 additions & 4 deletions requirements/production.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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -12,14 +12,22 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
billiard==4.2.0
async-timeout==4.0.3
# via
# -r requirements/base.txt
# celery
celery==5.3.6
# redis
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# celery
# kombu
billiard==4.2.0
# via
# -r requirements/base.txt
# celery
celery==5.4.0
# via -r requirements/base.txt
certifi==2024.2.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -145,9 +153,15 @@ stevedore==5.2.0
# via
# -r requirements/base.txt
# edx-django-utils
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
# kombu
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.1
# via
Expand Down
31 changes: 27 additions & 4 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -17,14 +17,22 @@ astroid==3.1.0
# -r requirements/test.in
# pylint
# pylint-celery
billiard==4.2.0
async-timeout==4.0.3
# via
# -r requirements/base.txt
# celery
celery==5.3.6
# redis
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# celery
# kombu
billiard==4.2.0
# via
# -r requirements/base.txt
# celery
celery==5.4.0
# via -r requirements/base.txt
certifi==2024.2.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -97,6 +105,8 @@ edx-lint==5.3.6
# via -r requirements/test.in
edx-rest-api-client==5.7.0
# via -r requirements/base.txt
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -223,11 +233,24 @@ testfixtures==8.1.0
# via -r requirements/test.in
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# pylint
# pytest
tomlkit==0.12.4
# via pylint
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
# astroid
# kombu
# pylint
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.1
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/tox.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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -20,6 +20,8 @@ py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
Expand Down

0 comments on commit 5b8839d

Please sign in to comment.