Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Sep 14, 2019
1 parent 3cf0882 commit 8c9627e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rx>=1.6
rx>=1.6,<2.0
cyclotron>=0.4
aiohttp>=3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

python_requires='>=3.5'
install_requires = [
'rx>=1.6',
'rx>=1.6,<2.0',
'cyclotron>=0.4',
'aiohttp>=3.0',
]
Expand Down

0 comments on commit 8c9627e

Please sign in to comment.