Просмотр исходного кода

Remove wsgiref from dependencies. It is not used anywhere in the project

Casper Van Gheluwe 11 лет назад
Родитель
Сommit
d5da354c76
2 измененных файлов с 0 добавлено и 2 удалено
  1. 0 1
      requirements.txt
  2. 0 1
      setup.py

+ 0 - 1
requirements.txt

@@ -28,6 +28,5 @@ pytest-random==0.02
 pytest-cov==1.7.0
 redis==2.10.1
 simplejson==3.6.0
-wsgiref==0.1.2
 
 https://github.com/frol/postmarkup/tarball/master#egg=postmarkup

+ 0 - 1
setup.py

@@ -69,7 +69,6 @@ setup(
         'pytest-cov',
         'redis',
         'simplejson',
-        'wsgiref',
         'postmarkup'
     ],
     dependency_links=[