Skip to content

Commit c0a5824

Browse files
committed
Remove wsgiref dependency
wsgiref is already a part of Python library since Python 2.5, and the standalone package does not support Python 3. Removing wsgiref package as a requirement allows installation of the loklak package on Python 3.
1 parent 2507e28 commit c0a5824

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
asyncoro==3.5
22
requests==2.8.1
3-
wsgiref==0.1.2
43
xmljson==0.1.6
54

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
install_requires=[
2828
"asyncoro==3.5",
2929
"requests==2.8.1",
30-
"wsgiref==0.1.2",
3130
"xmljson==0.1.6"
3231
],
3332
zip_safe=False,

0 commit comments

Comments
 (0)