Commit 13b052427a9c00dec0c9f69c9c60666f1c227c6e

Authored by Alexis Koralewski
1 parent e419a2f6
Exists in dev

add dateutil in requirements, needed for time periods usage

Showing 1 changed file with 52 additions and 49 deletions   Show diff stats
install/requirements.txt
1   -anyjson==0.3.3
2   -click
3   -DateTime==4.2
4   -Django==2.0.5
5   -django-admin-tools==0.8.1
6   -django-bootstrap3==10.0.1
7   -django-extensions==2.0.7
8   -
9   -# for Choices
10   -django-model-utils
11   -
12   -django-suit==0.2.26
13   -django-test-without-migrations==0.6
14   -#gunicorn==19.8.1
15   -iso8601==0.1.12
16   -jdcal==1.4
17   -lxml==4.3.0
18   -mysqlclient==1.3.12
19   -#pluggy>=0.7
20   -pluggy==0.8.1
21   -py==1.5.3
22   -pytz==2018.4
23   -requests==2.18.4
24   -six==1.11.0
25   -sqlparse==0.2.4
26   -Twisted==18.4.0
27   -voevent-parse==1.0.3
28   -zope.interface==5.2.0
29   -
30   -# For DEV
31   -django-debug-toolbar==1.9.1
32   -
33   -# Modifications 2021 :
34   -# removing plantuml because we need a unofficial version (maybe we could force to go back on an old version where the bug wasn't happening
35   -# added httplib2 which is needed for plantuml
36   -# added dataclasses which was missing for the model controller script
37   -#plantuml
38   -httplib2
39   -dataclasses
40   -pykwalify
41   -PyYAML
42   -# For Celery:
43   -##celery==3.1.23
44   -##flower==0.9.2
45   -##amqp==1.4.9
46   -##amqplib==1.0.2
47   -##billiard==3.3.0.23
48   -##kombu==3.0.37
49   -##django-celery==3.1.17
  1 +anyjson==0.3.3
  2 +click
  3 +DateTime==4.2
  4 +Django==2.0.5
  5 +django-admin-tools==0.8.1
  6 +django-bootstrap3==10.0.1
  7 +django-extensions==2.0.7
  8 +
  9 +# for Choices
  10 +django-model-utils
  11 +
  12 +django-suit==0.2.26
  13 +django-test-without-migrations==0.6
  14 +#gunicorn==19.8.1
  15 +iso8601==0.1.12
  16 +jdcal==1.4
  17 +lxml==4.3.0
  18 +mysqlclient==1.3.12
  19 +#pluggy>=0.7
  20 +pluggy==0.8.1
  21 +py==1.5.3
  22 +pytz==2018.4
  23 +requests==2.18.4
  24 +six==1.11.0
  25 +sqlparse==0.2.4
  26 +Twisted==18.4.0
  27 +voevent-parse==1.0.3
  28 +zope.interface==5.2.0
  29 +
  30 +# For DEV
  31 +django-debug-toolbar==1.9.1
  32 +
  33 +# Modifications 2021 :
  34 +# removing plantuml because we need a unofficial version (maybe we could force to go back on an old version where the bug wasn't happening
  35 +# added httplib2 which is needed for plantuml
  36 +# added dataclasses which was missing for the model controller script
  37 +#plantuml
  38 +httplib2
  39 +dataclasses
  40 +pykwalify
  41 +PyYAML
  42 +# For Celery:
  43 +##celery==3.1.23
  44 +##flower==0.9.2
  45 +##amqp==1.4.9
  46 +##amqplib==1.0.2
  47 +##billiard==3.3.0.23
  48 +##kombu==3.0.37
  49 +##django-celery==3.1.17
  50 +
  51 +# For working with date
  52 +python-dateutil
50 53 \ No newline at end of file
... ...