projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26990bc
)
Including python-dateutil in our dependency list
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 2 Dec 2013 19:36:55 +0000
(13:36 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 2 Dec 2013 19:36:55 +0000
(13:36 -0600)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 3d84065b34aba75f61ff4e21296abc2bad3668f1..98d1add751c33daa05842cc17e5bcff2eb7b7d4a 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-41,6
+41,7
@@
try:
include_package_data = True,
# scripts and dependencies
install_requires=[
+ 'python-dateutil',
'setuptools',
'PasteScript',
'wtforms',