Bug 1449350 - distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('six'), r=aki

This commit is contained in:
Nick Thomas 2018-03-28 11:50:40 +13:00
Родитель f3e9b08714
Коммит 214f29b19c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,6 @@
# needed by txws, and we'd like pip to get it from the local server before setuptools tries pypi
six==1.10.0
twisted==10.2.0
# websocket adapter for twisted, might be built into twisted someday
@ -5,9 +8,6 @@ txws==0.9.1
psutil==5.4.3
# needed by txws, but pypi doesn't know about it
six==1.10.0
# Needed by iceserver
ipaddr==2.1.11
passlib==1.6.5