Skip to content

Commit

Permalink
Merge branch 'version-ranges'
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Feb 10, 2021
2 parents 755865f + 2c8eacd commit 52f7d6a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Flask==1.1.2
Jinja2==2.11.2
werkzeug==1.0.1
Flask-DebugToolbar==0.11.0
Flask-UUID==0.2
raven[flask]==6.10.0
Flask>=1.1.2
Jinja2>=2.11.2
werkzeug>=1.0.1
Flask-DebugToolbar>=0.11.0
Flask-UUID>=0.2
raven[flask]>=6.10.0
certifi
redis==3.4.1
redis>=3.5,<4.0
msgpack-python==0.5.6
requests==2.23.0
SQLAlchemy==1.3.16
requests>=2.23.0
SQLAlchemy>=1.3.16
mbdata==25.0.4
sqlalchemy-dst==1.0.1
sqlalchemy-dst>=1.0.1
psycopg2-binary>=2.8.6

0 comments on commit 52f7d6a

Please sign in to comment.