Skip to content

Commit

Permalink
Remove min version from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vidoardes committed Aug 6, 2019
1 parent c255d94 commit d4d5f2a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Flask>=1.0.2
Flask-Bcrypt>=0.7.1
Flask-Login>=0.4.1
flask-mail>=0.9.1
Flask-Migrate>=2.2.1
Flask-SQLAlchemy>=2.3.2
Flask-wtf>=0.1.4
itsdangerous>=0.24
Jinja2>=2.10
psycopg2>=2.7.5
Flask
Flask-Bcrypt
Flask-Login
flask-mail
Flask-Migrate
Flask-SQLAlchemy
Flask-wtf
itsdangerous
Jinja2
psycopg2-binary
python-dotenv
pyjwt>=1.6.4
pyjwt
structlog
SQLAlchemy>=1.2.10
Werkzeug>=0.14.1
WTForms>=2.2.1
SQLAlchemy
Werkzeug
WTForms

0 comments on commit d4d5f2a

Please sign in to comment.