Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 9a73450

Browse files
committed
added simplejson to the requirements for Python2.5 users
1 parent ba21d8c commit 9a73450

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python-dateutil==1.5
2-
wsgiref==0.1.2
2+
simplejson==3.3.1

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ def fullsplit(path, result=None):
8585
cmdclass = cmdclasses,
8686
data_files=data_files,
8787
include_package_data=True,
88-
install_requires=['python-dateutil==1.5'],
88+
install_requires=[
89+
'python-dateutil==1.5',
90+
'simplejson==3.3.1',
91+
],
8992
)
9093

0 commit comments

Comments
 (0)