diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-20 12:44:04 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:12 +0200 |
| commit | 53e60ccf0636e0076837d66a7dbea527e3b6e98d (patch) | |
| tree | 041f83ae919d7ee9b5691a1666dbb61af26967d0 /api/requirements.txt | |
| parent | d8479e7e3744b8d1d31ac4d9f972e560eacd2cf8 (diff) | |
| parent | 2a5f50e591f5e9c1da5db2f2011c779a88121675 (diff) | |
Merge pull request #9 from atlarge-research/feat/opendc-node
Add simulator integration
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 |
