diff options
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 3a4db2d..0368faa 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -2,7 +2,7 @@ ccxt==1.10.1216 | |||
2 | simplejson==3.13.2 | 2 | simplejson==3.13.2 |
3 | requests>=2.18.4 | 3 | requests>=2.18.4 |
4 | requests_mock==1.4.0 | 4 | requests_mock==1.4.0 |
5 | psycopg2==2.7.4 | 5 | psycopg2-binary==2.7.4 |
6 | retry==0.9.2 | 6 | retry==0.9.2 |
7 | cachetools==2.0.1 | 7 | cachetools==2.0.1 |
8 | configargparse==0.12.0 | 8 | configargparse==0.12.0 |