Commit 4c82542eb4d3a7a3e402a846cf033c48aa84e6c8

Authored by alexdiatlov
Committed by GitHub
2 parents c8d7197b ebf543b8

Merge pull request #210 from ProzorroUKR/dev_prozorro

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