diff options
| author | jc0b <j@jc0b.computer> | 2020-07-28 17:53:23 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:44 +0200 |
| commit | 40e15a1a21edf5229c6ea8ec6655c56bfc1cc25b (patch) | |
| tree | 7738ecb6ed85e32aaf347b8d0de2cce08f4a4fd4 /api/requirements.txt | |
| parent | 39aa5c22d893769fcfa8501eaa95c82014906a2a (diff) | |
| parent | ceaddeb0f6927e0f99f7b140aba6a85dac0106fb (diff) | |
Merge branch 'master' of github.com:atlarge-research/opendc-dev
Diffstat (limited to 'api/requirements.txt')
| -rw-r--r-- | api/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/requirements.txt b/api/requirements.txt index 140a046f..0f8c3fcf 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ flask==1.1.2 -flask-socketio==4.3.0 +flask-socketio==4.3.1 oauth2client==4.1.3 eventlet==0.25.2 flask-compress==1.5.0 @@ -9,7 +9,7 @@ six==1.15.0 pymongo==3.10.1 yapf==0.30.0 pytest==5.4.3 -pytest-mock==3.1.1 +pytest-mock==3.2.0 pytest-env==0.6.2 pylint==2.5.3 -python-dotenv==0.13.0 +python-dotenv==0.14.0 |
