diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-11-05 18:11:36 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-11-05 18:11:36 -0200 |
commit | 587d1b5ceef40e62abb2c9871ec4486f534e1052 (patch) | |
tree | 30d5af5987b4d96d01829215b687f453cbaa1894 | |
parent | 9ab17e2bbf61062ce8399ef1c51d2069a0cced31 (diff) |
grooming our dependencies a bit - flask is out
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | service/setup.py | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 0b1e04ad..4e143eba 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ X-Python-Version: >= 2.7 Package: pixelated-user-agent Architecture: all -Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client, leap-mail, gunicorn, python-srp, python-dirspec, python-u1db, python-flask, python-whoosh, python-sqlcipher +Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client, leap-mail, python-srp, python-dirspec, python-u1db, python-whoosh, python-sqlcipher, python-klein Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ diff --git a/service/setup.py b/service/setup.py index 4d8cf0a9..58c1ce58 100644 --- a/service/setup.py +++ b/service/setup.py @@ -77,7 +77,6 @@ setup(name='pixelated-user-agent', 'pyasn1==0.1.7', 'Twisted==14.0.2', 'service-identity==14.0.0', - 'flask==0.10.1', 'klein==0.2.3', 'requests==2.4.3', 'srp==1.0.5', @@ -87,8 +86,7 @@ setup(name='pixelated-user-agent', 'leap.soledad.common>=0.6', 'leap.soledad.client>=0.6', 'leap.mail==0.3.9-1-gc1f9c92', - 'whoosh==2.6.0', - 'gunicorn==19.1.1', + 'whoosh==2.6.0' ], entry_points={ 'console_scripts': [ |