Skip to content

Commit

Permalink
remove specific requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sxamit committed Sep 8, 2016
1 parent b78d280 commit 220f563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
twisted==16.2.0
treq==15.1.0
twisted
treq
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
with codecs.open(ver_path, 'rb', 'utf8') as ver_file:
exec (ver_file.read(), main_ns)

install_requires = ['twisted==16.2.0', 'treq==15.1.0']
install_requires = ['twisted', 'treq']

if sys.version_info < (2, 7):
# python 2.6 isn't supported
Expand Down

0 comments on commit 220f563

Please sign in to comment.