Skip to content

Commit

Permalink
Update setup.py < django 5(#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Real-Gecko authored Feb 11, 2022
1 parent d26caf5 commit e9373c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
include_package_data=True,
install_requires=[
"beautifulsoup4",
"django>=2.2,<=4.0"
"django>=2.2,<5.0"
],
python_requires=">=3.5",
license='GPL3',
Expand Down

0 comments on commit e9373c3

Please sign in to comment.