Skip to content

Commit

Permalink
Merge 149a937 into 8e32477
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburkefreenome committed Aug 6, 2018
2 parents 8e32477 + 149a937 commit 2db0cef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -6,9 +6,7 @@ cache: pip
language: python

python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-cpython.txt
@@ -1,2 +1,2 @@
-r test.txt
psycopg2
psycopg2-binary
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@

#: The installation requirements for Flask-Restless. Flask-SQLAlchemy is not
#: required, so the user must install it explicitly.
REQUIREMENTS = ['flask>=0.10', 'sqlalchemy>=0.8', 'python-dateutil>2.2']
REQUIREMENTS = ['flask>=0.10,<=0.12.4', 'sqlalchemy>=0.8', 'python-dateutil>2.2']

#: The absolute path to this file.
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 2db0cef

Please sign in to comment.