aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-24 23:11:46 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-24 23:17:14 +0100
commit17ff995eb623dcaea579e33e507091d6169c52e5 (patch)
tree8ce2ba30257b8d505515931492965e62212ccd06
parent18167a3c502e9d61828067c3f6e56b5182584249 (diff)
downloadTrader-17ff995eb623dcaea579e33e507091d6169c52e5.tar.gz
Trader-17ff995eb623dcaea579e33e507091d6169c52e5.tar.zst
Trader-17ff995eb623dcaea579e33e507091d6169c52e5.zip
Add requirement filev0.1
-rw-r--r--Makefile3
-rw-r--r--requirements.txt4
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1464886..f811376 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
1install:
2 pip install --user -r requirements.txt
3
1test: 4test:
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 @@
1ccxt>=1.10.593
2simplejson>=3.13.2
3requests>=2.11.1
4requests_mock>=1.4.0