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 2676096 commit 0c1cf6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rx>=1.6,<2.0
cyclotron>=0.4
rx>=3.0
cyclotron>=1.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# maybe running setup.py from some other dir
description = ''

python_requires='>=3.5'
python_requires = '>=3.5'
install_requires = [
'rx>=3.0',
'cyclotron>=0.5',
'cyclotron>=1.0',
]

setup(
Expand Down

0 comments on commit 0c1cf6d

Please sign in to comment.