Skip to content

Commit

Permalink
Fix version constraint of 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danialkeimasi committed Sep 25, 2023
1 parent 249c77e commit b1f8f2d
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 @@ -28,7 +28,7 @@
license="MIT",
packages=find_packages(".", include=("qsessions", "qsessions.*")),
include_package_data=True,
install_requires=["Django >= 3.2, != 4.1.0", "user-agents>=1.1.0", "django-ipware>=2.0.0"],
install_requires=["Django >= 3.2", "user-agents>=1.1.0", "django-ipware>=2.0.0"],
extras_require={"dev": dev_requirements},
tests_require=dev_requirements,
classifiers=[
Expand Down

1 comment on commit b1f8f2d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
qsessions
   admin.py55395%21, 42–43
   geoip.py27678%15, 21–23, 51–53
tests
   test_sessionstore.py99199%144
TOTAL4411098% 

Tests Skipped Failures Errors Time
48 0 💤 0 ❌ 0 🔥 6.196s ⏱️

Please sign in to comment.