Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Fix requirements (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saphyel authored Sep 20, 2017
1 parent db66d02 commit 6f700b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipteller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__ = 'ipteller'
__version__ = '1.1.1'
__version__ = '1.1.2'
__author__ = 'Saphyel'
__email__ = '[email protected]'
__url__ = 'http://github.com/Saphyel/ipteller'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 6f700b4

Please sign in to comment.