Skip to content

Commit

Permalink
Unpin funcy major version
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Jun 26, 2024
1 parent 6c838a8 commit 4b31c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pytest==7.2.1
pytest-django==4.5.2
django>=3.2
redis>=3.0.0
funcy>=1.8,<3.0
funcy>=1.8
before_after==1.0.0
jinja2>=2.10
dill
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=[
'django>=3.2',
'redis>=3.0.0',
'funcy>=1.8,<3.0',
'funcy>=1.8',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 4b31c30

Please sign in to comment.