Skip to content

Commit

Permalink
Updated requirements (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
marblestation committed Aug 31, 2018
1 parent 5ad7898 commit b0495e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### 1.0.17

* Removed unnecessary requirements

### 1.0.17

* Updated adsmutils requirement

### 1.0.16
Expand Down
2 changes: 1 addition & 1 deletion graphics_service/tests/test_webservices.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TestWebservices(TestCase):

def create_app(self):
'''Create the wsgi application'''
app_ = app.create_app()
app_ = app.create_app(SQLALCHEMY_DATABASE_URI=None)
return app_

def test_nonSpecificUrlRoutes(self):
Expand Down
9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
git+https://github.com/adsabs/ADSMicroserviceUtils.git@v1.0.6
Flask==0.12
Flask-RESTful==0.3.5
Flask-SQLAlchemy==2.2
git+https://github.com/adsabs/ADSMicroserviceUtils.git@v1.0.13
Flask-Testing==0.6.1
SQLAlchemy==1.1.6
Werkzeug==0.11.15
alembic==0.8.9
flask-discoverer==0.0.2
psycopg2==2.7.1
requests==2.12.4
simplejson==3.10.0

0 comments on commit b0495e2

Please sign in to comment.