Skip to content

Commit

Permalink
unpin requirements
Browse files Browse the repository at this point in the history
I'd like to propose not strictly pinning dependencies in this package, allowing users of this library to have their own pinned versions instead. If accepted and released, fantastic! If rejected, I'll make a fork (for now) that allows us to relax the dependencies.
  • Loading branch information
rgbkrk authored and ggreg committed Jul 13, 2018
1 parent defdae6 commit 3ab5b69
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
'Topic :: Database :: Front-Ends',
],
install_requires=[
'click==6.7',
'future==0.16.0',
'ipaddress==1.0.14',
'requests==2.13.0',
'requests_kerberos==0.10.0',
'six==1.10.0',
'typing==3.5.3.0',
'click',
'future',
'ipaddress',
'requests',
'requests_kerberos',
'six',
'typing',
],
extras_require={'tests':[
'httpretty==0.8.14',
'httpretty',
'pytest',
'pytest-runner',
]}
Expand Down

0 comments on commit 3ab5b69

Please sign in to comment.