Browse Source

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

Casper Van Gheluwe 11 years ago
parent
commit
d5da354c76
2 changed files with 0 additions and 2 deletions
  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=[