diff --git a/ipteller/__init__.py b/ipteller/__init__.py index cb63c9b..94cb9b4 100644 --- a/ipteller/__init__.py +++ b/ipteller/__init__.py @@ -1,5 +1,5 @@ __name__ = 'ipteller' -__version__ = '1.1.1' +__version__ = '1.1.2' __author__ = 'Saphyel' __email__ = 'Saphyel@gmail.com' __url__ = 'http://github.com/Saphyel/ipteller' diff --git a/setup.py b/setup.py index a63b6fb..373a9ed 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "Topic :: Utilities", ], packages=['ipteller'], - tests_require=["behave"], - install_requires=open('requirements.txt').read(), + tests_require=['behave'], + install_requires=['requests'], zip_safe=False ) \ No newline at end of file