Update path.py to version 7.2

Due to this warning when trying to install requirements from github:

DEPRECATION: Uninstalling a distutils installed project (path.py) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
This commit is contained in:
David Baumgold
2015-03-20 09:51:02 -04:00
parent 90a0459e50
commit f30d2a1516
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ networkx==1.7
nltk==2.0.4
oauthlib==0.6.3
paramiko==1.9.0
path.py==3.0.1
path.py==7.2
Pillow==2.6.1
pip>=1.3
polib==1.0.3

View File

@@ -60,7 +60,7 @@ nltk==2.0.4
nose==1.3.3
oauthlib==0.6.3
paramiko==1.9.0
path.py==3.0.1
path.py==7.2
Pillow==2.7.0
polib==1.0.3
pycrypto>=2.6

View File

@@ -2,6 +2,6 @@
Paver==1.2.1
psutil==1.2.1
lazy==1.1
path.py==3.0.1
path.py==7.2
watchdog==0.7.1
python-memcached