Skip to content

Commit

Permalink
Change versions to match
Browse files Browse the repository at this point in the history
Change versions in requiremets to match those specified in setup.py
  • Loading branch information
thomasjbradley committed Mar 17, 2022
1 parent e464b8b commit ee46a6b
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 ee46a6b

Please sign in to comment.