fnp
/
django-migdal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb4919
)
add install_requires
0.7.2
author
Jan Szejko
<janek37@gmail.com>
Wed, 5 Apr 2017 10:52:54 +0000
(12:52 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Wed, 5 Apr 2017 10:52:54 +0000
(12:52 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
2cfd680
..
cbbd7ea
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-23,7
+23,7
@@
def whole_trees(package_dir, paths):
setup(
name='django-migdal',
- version='0.7.
1
',
+ version='0.7.
2
',
author='Radek Czajka',
author_email='radoslaw.czajka@nowoczesnapolska.org.pl',
maintainer='Jan Szejko',
@@
-34,4
+34,12
@@
setup(
license='LICENSE',
description='.',
long_description="",
+ install_requires=[
+ 'django-contrib-comments',
+ 'django-comments-xtd',
+ 'django-gravatar',
+ 'django-haystack',
+ 'django-markupfield',
+ 'python-slugify',
+ ],
)