Merge branch 'master' into doppins/paramiko-equals-2.4.1
This commit is contained in:
commit
49393070e0
3
setup.py
3
setup.py
|
@ -34,7 +34,6 @@ with open(os.path.join(ROOT, 'lemur', '__about__.py')) as f:
|
|||
|
||||
|
||||
install_requires = [
|
||||
'CloudFlare==1.7.5',
|
||||
'Flask==0.12',
|
||||
'Flask-RESTful==0.3.6',
|
||||
'Flask-SQLAlchemy==2.1',
|
||||
|
@ -46,7 +45,7 @@ install_requires = [
|
|||
'SQLAlchemy-Utils==0.32.21',
|
||||
'requests==2.11.1',
|
||||
'ndg-httpsclient==0.4.2',
|
||||
'psycopg2==2.7.3.2',
|
||||
'psycopg2==2.7.3',
|
||||
'arrow==0.12.0',
|
||||
'six==1.11.0',
|
||||
'marshmallow-sqlalchemy==0.13.1',
|
||||
|
|
Loading…
Reference in New Issue