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 14 #gunicorn==19.8.1
15 15 iso8601==0.1.12
16 16 jdcal==1.4
17   -lxml==4.3.0
  17 +#lxml==4.3.0
  18 +lxml==4.5.1
18 19 mysqlclient==1.3.12
19 20 #pluggy>=0.7
20 21 pluggy==0.8.1
... ... @@ -39,6 +40,8 @@ httplib2
39 40 dataclasses
40 41 pykwalify
41 42 PyYAML
  43 +matplotlib
  44 +numpy
42 45 # For Celery:
43 46 ##celery==3.1.23
44 47 ##flower==0.9.2
... ...