diff options
| author | jc0b <j@jc0b.computer> | 2020-07-21 21:22:44 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:14 +0200 |
| commit | 67b6ec800df8e023efadb60ae5f7919030b19789 (patch) | |
| tree | 9aa496408a4097857b6a032b84dd0a396321e1d3 /api/requirements.txt | |
| parent | 5b4ab37ac7be2b2c34e2fad928b0cd7f3a837263 (diff) | |
| parent | 04686bf5cef4aea51fd613a158aa8b155763d0e7 (diff) | |
Merge branch 'master' onto local working copy
Preserve working copy while updating
Diffstat (limited to 'api/requirements.txt')
| -rw-r--r-- | api/requirements.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api/requirements.txt b/api/requirements.txt new file mode 100644 index 00000000..140a046f --- /dev/null +++ b/api/requirements.txt @@ -0,0 +1,15 @@ +flask==1.1.2 +flask-socketio==4.3.0 +oauth2client==4.1.3 +eventlet==0.25.2 +flask-compress==1.5.0 +flask-cors==3.0.8 +pyasn1-modules==0.2.8 +six==1.15.0 +pymongo==3.10.1 +yapf==0.30.0 +pytest==5.4.3 +pytest-mock==3.1.1 +pytest-env==0.6.2 +pylint==2.5.3 +python-dotenv==0.13.0 |
