Skip to content

Commit

Permalink
Merge pull request #94 from dojot/release/v0.4.2
Browse files Browse the repository at this point in the history
Release/v0.4.2 to Master
  • Loading branch information
Mariane Previde committed Feb 28, 2020
2 parents fe42b78 + d955879 commit ac73980
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
39 changes: 27 additions & 12 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
flask==0.12.2
psycopg2==2.7.4
flask-sqlalchemy==2.3.2
sqlalchemy==1.1.14
requests==2.20.0
PyJWT==1.5.3
pbkdf2==1.3
gunicorn==19.7.1
gevent==1.2.2
json-logging-py==0.2
flask-redis==0.3.0
marisa_trie==0.7.4
certifi==2019.11.28
chardet==3.0.4
Click==7.0
colorlog==3.1.4
git+https://github.com/dojot/alarm-client-python.git#egg=dojot-alarmlibrary
dojot.module==0.0.1a5
enum34==1.1.6
Flask==0.12.2
Flask-Redis==0.3.0
Flask-SQLAlchemy==2.3.2
gevent==1.2.2
greenlet==0.4.15
gunicorn==19.7.1
idna==2.7
itsdangerous==1.1.0
Jinja2==2.10.3
json-logging-py==0.2
kafka-python==1.4.7
marisa-trie==0.7.4
MarkupSafe==1.1.1
pbkdf2==1.3
pika==0.11.2
psycopg2==2.7.4
PyJWT==1.5.3
redis==3.3.11
requests==2.20.0
SQLAlchemy==1.1.14
urllib3==1.24.3
Werkzeug==0.16.1
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
restart: always

postgres:
image: "postgres:9.4"
image: postgres:9.4.24-alpine
restart: always
environment:
POSTGRES_USER: "kong"
Expand Down

0 comments on commit ac73980

Please sign in to comment.