Commit ebf543b8cee265e55b4a539ea38861c2373b1253

Authored by AlexDiatlov
1 parent cb46e6a9

fix the dpath version for python2.7

Showing 1 changed file with 2 additions and 1 deletions
@@ -96,4 +96,5 @@ zc.recipe.egg = 2.0.3 @@ -96,4 +96,5 @@ zc.recipe.egg = 2.0.3
96 cryptography = 2.3.1 96 cryptography = 2.3.1
97 pyOpenSSL = 18.0.0 97 pyOpenSSL = 18.0.0
98 python-dateutil = 2.7.5 98 python-dateutil = 2.7.5
99 -Pillow = 6.2.2  
  99 +Pillow = 6.2.2
  100 +dpath = 1.5.0
Please register or login to post a comment