Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Aug 24, 2024
1 parent e578542 commit 0eaf80f
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libsass<1.0.0
django-pipeline<1.7.0
django-pipeline<4.0.0
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#
# This file is autogenerated by pip-compile
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
#
django-pipeline<2.1.0
libsass<=1.0.0
django-pipeline==3.1.0
# via -r requirements.in
libsass==0.23.0
# via -r requirements.in
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ def requirements(filename):
test_requires=['pytest'],
install_requires=requirements('requirements.txt'),
extras_require={
'test': [
'pytest<=3.2.0',
'pytest-pep8<=1.8.0',
'pytest-cov<=2.6.0',
'django<=1.12.0',
'coveralls',
'django-pipeline<=2.1.0'
]
'test': requirements('test-requirements.txt')
},
zip_safe=False)
4 changes: 4 additions & 0 deletions test-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest
pytest-cov
django<3.0.0
django-pipeline<4.0.0
28 changes: 28 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile test-requirements.in
#
coverage[toml]==7.6.1
# via pytest-cov
django==2.2.28
# via -r test-requirements.in
django-pipeline==3.1.0
# via -r test-requirements.in
iniconfig==2.0.0
# via pytest
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
# via
# -r test-requirements.in
# pytest-cov
pytest-cov==5.0.0
# via -r test-requirements.in
pytz==2024.1
# via django
sqlparse==0.5.1
# via django

0 comments on commit 0eaf80f

Please sign in to comment.