diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-24 23:11:46 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-24 23:17:14 +0100 |
commit | 17ff995eb623dcaea579e33e507091d6169c52e5 (patch) | |
tree | 8ce2ba30257b8d505515931492965e62212ccd06 | |
parent | 18167a3c502e9d61828067c3f6e56b5182584249 (diff) | |
download | Trader-17ff995eb623dcaea579e33e507091d6169c52e5.tar.gz Trader-17ff995eb623dcaea579e33e507091d6169c52e5.tar.zst Trader-17ff995eb623dcaea579e33e507091d6169c52e5.zip |
Add requirement filev0.1
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | requirements.txt | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,6 @@ | |||
1 | install: | ||
2 | pip install --user -r requirements.txt | ||
3 | |||
1 | test: | 4 | test: |
2 | python test.py | 5 | python test.py |
3 | 6 | ||
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0eea7a4 --- /dev/null +++ b/requirements.txt | |||
@@ -0,0 +1,4 @@ | |||
1 | ccxt>=1.10.593 | ||
2 | simplejson>=3.13.2 | ||
3 | requests>=2.11.1 | ||
4 | requests_mock>=1.4.0 | ||