Skip to content

Commit c5c1344

Browse files
author
Dan Cornell
committed
Minor cleanup, version increment
1 parent a5c148f commit c5c1344

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
setup(
44
name='ThreadFixPythonAPI',
5-
version='1.0.6',
5+
version='1.0.7',
66
packages=['ThreadFixPythonApi', '_utils',],
77
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-
)
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+
)

0 commit comments

Comments
 (0)