Skip to content

Commit 3ab5b69

Browse files
rgbkrkggreg
authored andcommitted
unpin requirements
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.
1 parent defdae6 commit 3ab5b69

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@
5656
'Topic :: Database :: Front-Ends',
5757
],
5858
install_requires=[
59-
'click==6.7',
60-
'future==0.16.0',
61-
'ipaddress==1.0.14',
62-
'requests==2.13.0',
63-
'requests_kerberos==0.10.0',
64-
'six==1.10.0',
65-
'typing==3.5.3.0',
59+
'click',
60+
'future',
61+
'ipaddress',
62+
'requests',
63+
'requests_kerberos',
64+
'six',
65+
'typing',
6666
],
6767
extras_require={'tests':[
68-
'httpretty==0.8.14',
68+
'httpretty',
6969
'pytest',
7070
'pytest-runner',
7171
]}

0 commit comments

Comments
 (0)