Commit 722dd61dbe0931b3f601f5f58b2dc4c3df08d978

Authored by aklotz
1 parent 40aba612
Exists in dev

Change la version de lxml et mysqlclient.

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
install/requirements.txt
... ... @@ -25,7 +25,7 @@ six==1.11.0
25 25 sqlparse==0.2.4
26 26 Twisted==18.4.0
27 27 voevent-parse==1.0.3
28   -zope.interface==4.5.0
  28 +zope.interface==5.2.0
29 29  
30 30 # For DEV
31 31 django-debug-toolbar==1.9.1
... ...
install/requirements_win.txt
... ... @@ -15,8 +15,8 @@ django-test-without-migrations==0.6
15 15 iso8601==0.1.12
16 16 jdcal==1.4
17 17 #lxml==3.8.0 (installed manually)
18   -lxml==4.3.0
19   -mysqlclient==1.3.12
  18 +lxml==4.6.1
  19 +mysqlclient==2.0.3
20 20 #pluggy==0.6.0
21 21 #pluggy>=0.7
22 22 pluggy==0.8.1
... ... @@ -28,7 +28,7 @@ sqlparse==0.2.4
28 28 Twisted==16.0.0
29 29 #Twisted==18.4.0 (marche pas bien avec win10 ?)
30 30 #voevent-parse==1.0.2 (installed manually)
31   -zope.interface==4.5.0
  31 +zope.interface==5.2.0
32 32  
33 33 # For DEV
34 34 django-debug-toolbar==1.9.1
... ...