projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42e5b2c
)
Seems we can get rid of that specific six version dependency!
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Sat, 21 Feb 2015 21:08:30 +0000
(15:08 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Sat, 21 Feb 2015 21:08:30 +0000
(15:08 -0600)
Horray!
This commit sponsored by Rollo Moore. Thank you!
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index f99ff1d782dfba2d3ea77b67a07f48b88bbaedd2..29391fb00b5ca8793544a8336256f98402aabdb4 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-79,9
+79,7
@@
install_requires = [
'itsdangerous',
'pytz',
'sphinx',
- # PLEASE change this when we can; a dependency is forcing us to set this
- # specific number and it is breaking setup.py develop
- 'six==1.5.2',
+ 'six',
'oauthlib',
'unidecode',
'jsonschema',