]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/commitdiff
Add requirement file v0.1
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 24 Feb 2018 22:11:46 +0000 (23:11 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 24 Feb 2018 22:17:14 +0000 (23:17 +0100)
Makefile
requirements.txt [new file with mode: 0644]

index 14648867c319d93af41e087972d6ff536ed357cf..f811376c525dcc497702979eba34fb53e8bb8f81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+install:
+       pip install --user -r requirements.txt
+
 test:
        python test.py
 
diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..0eea7a4
--- /dev/null
@@ -0,0 +1,4 @@
+ccxt>=1.10.593
+simplejson>=3.13.2
+requests>=2.11.1
+requests_mock>=1.4.0