Skip to content

Commit

Permalink
fix(deps): should use compatible version on minor version
Browse files Browse the repository at this point in the history
related to pypa/pip#10499
  • Loading branch information
NateScarlet committed Sep 22, 2021
1 parent e4f7a56 commit 79e0ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
],
url='https://github.com/NateScarlet/cast-unknown-python',
install_requires=[
'six~=1.15.0',
'python-dateutil~=2.8.1'
'six~=1.15',
'python-dateutil~=2.8'
],
include_package_data=True,
)

0 comments on commit 79e0ee6

Please sign in to comment.