Skip to content

Commit

Permalink
Don't pin requests and click dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jwon committed Feb 8, 2020
1 parent 496b3d6 commit ca4b5df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
'falcon==1.1.0',
'falcon-cors==1.1.2',
'ujson==1.35',
'requests==2.20.0',
'requests',
'PyMySQL==0.9.3',
'SQLAlchemy==1.3.0',
'Jinja2==2.10.1',
'Markdown==2.4.1',
'click==6.7',
'click',
'msgpack-python==0.4.5',
'cssmin==0.2.0',
'beaker==1.10.0',
Expand Down
2 changes: 1 addition & 1 deletion src/iris/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit ca4b5df

Please sign in to comment.