We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c148f commit c5c1344Copy full SHA for c5c1344
1 file changed
setup.py
@@ -2,9 +2,8 @@
2
3
setup(
4
name='ThreadFixPythonAPI',
5
- version='1.0.6',
+ version='1.0.7',
6
packages=['ThreadFixPythonApi', '_utils',],
7
license='MIT',
8
- long_description='A python implementation of ThreadFix\'s API for easier use with python. Built off of original work by (c) 2018 Target Brands, Inc.',
9
- install_requires=['requests>=2.22.0', 'urllib3>=1.25.3']
10
-)
+ long_description='A python implementation of ThreadFix\'s API for easier use with python. Built off of original work by (c) 2018 Target Brands, Inc.'
+)
0 commit comments