Skip to content

Commit

Permalink
Merge pull request #94 from thomasjbradley/version-mismatch
Browse files Browse the repository at this point in the history
Change versions to match
  • Loading branch information
Gee19 authored Mar 22, 2022
2 parents e464b8b + ee46a6b commit c7d59b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django>=1.11
ua_parser==0.7.1
python-dateutil==2.8.0
ua_parser>=0.7.1
python-dateutil>=2.8.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def run(self):
install_requires=[
"django>=1.11",
"ua_parser>=0.7.1",
"python-dateutil==2.8.1",
"python-dateutil>=2.8.1",
],
cmdclass={"test": Test},
)

0 comments on commit c7d59b4

Please sign in to comment.