Skip to content

Commit

Permalink
Unpin even more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jwon committed Feb 8, 2020
1 parent ca4b5df commit 9af2041
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions setup.py
Expand Up @@ -28,34 +28,34 @@
include_package_data=True,
install_requires=[
'streql==3.0.2',
'dnspython==1.16.0',
'dnspython',
'phonenumbers==7.4.1',
'twilio==6.25.0',
'google-api-python-client==1.4.2',
'oauth2client==1.4.12',
'slackclient==0.16',
'PyYAML==3.13',
'PyYAML',
'gevent==1.4.0',
'falcon==1.1.0',
'falcon-cors==1.1.2',
'ujson==1.35',
'falcon==1.4.1',
'falcon-cors',
'ujson',
'requests',
'PyMySQL==0.9.3',
'SQLAlchemy==1.3.0',
'Jinja2==2.10.1',
'Markdown==2.4.1',
'PyMySQL',
'SQLAlchemy',
'Jinja2',
'Markdown',
'click',
'msgpack-python==0.4.5',
'cssmin==0.2.0',
'beaker==1.10.0',
'cssmin',
'beaker',
'cryptography==2.3',
'webassets==0.12.1',
'webassets',
'python-ldap==3.1.0',
'exchangelib==2.1.0',
'setproctitle==1.1.8',
'setproctitle',
'pyfcm==1.4.3',
'oncallclient==1.0.0',
'idna==2.7',
'idna',
'pyqrcode==1.2.1'
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion src/iris/__init__.py
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.0.4"

0 comments on commit 9af2041

Please sign in to comment.