projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd5a397
)
that shouldn't be there...
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 7 Sep 2011 21:52:46 +0000
(17:52 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 7 Sep 2011 21:52:46 +0000
(17:52 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 6b95c31edc727795635e1063c0af4450c7f3bfdd..c5ad9d642adf89716bfd7b4e3398f5f350ffbae3 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-22,9
+22,6
@@
if sys.argv[-1] == "test":
required = []
-if sys.version_info[:2] < (2,6):
- required.append('simplejson')
-
setup(
name='requests',
version=requests.__version__,