Pārlūkot izejas kodu

install_requires: py24 is not supported anymore, so don't bother with uuid

Ask Solem 14 gadi atpakaļ
vecāks
revīzija
bd7e810b5f
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      setup.py

+ 0 - 2
setup.py

@@ -59,8 +59,6 @@ if sys.version_info < (2, 7):
     install_requires.append("ordereddict") # Replacement for the ordered dict
 if sys.version_info < (2, 6) and not (is_jython or is_pypy):
     install_requires.append("multiprocessing")
-if sys.version_info < (2, 5):
-    install_requires.append("uuid")
 
 if is_jython:
     install_requires.append("threadpool")