Commit 649fb5144bf3869ca03b7768c94c6dc147781bea

Authored by Alexis Koralewski
1 parent 40a41756
Exists in dev

adding matplotlib and numpy to requirements

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
install/requirements.txt
@@ -14,7 +14,8 @@ django-test-without-migrations==0.6 @@ -14,7 +14,8 @@ django-test-without-migrations==0.6
14 #gunicorn==19.8.1 14 #gunicorn==19.8.1
15 iso8601==0.1.12 15 iso8601==0.1.12
16 jdcal==1.4 16 jdcal==1.4
17 -lxml==4.3.0 17 +#lxml==4.3.0
  18 +lxml==4.5.1
18 mysqlclient==1.3.12 19 mysqlclient==1.3.12
19 #pluggy>=0.7 20 #pluggy>=0.7
20 pluggy==0.8.1 21 pluggy==0.8.1
@@ -39,6 +40,8 @@ httplib2 @@ -39,6 +40,8 @@ httplib2
39 dataclasses 40 dataclasses
40 pykwalify 41 pykwalify
41 PyYAML 42 PyYAML
  43 +matplotlib
  44 +numpy
42 # For Celery: 45 # For Celery:
43 ##celery==3.1.23 46 ##celery==3.1.23
44 ##flower==0.9.2 47 ##flower==0.9.2