Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
V Martsinkevich committed Jan 31, 2018
1 parent 3907f52 commit 733d565
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
@@ -1,11 +1,10 @@
Django==1.10.4
django-autoslug-iplweb>==1.9.4.dev0
Django>=2.0.0
django-autoslug-iplweb>=1.9.4
django-extra-views>=0.7.1
django-form-utils>=1.0.3
django-gravatar2>=1.4.0
django-mptt>=0.8.4
django-widget-tweaks>=1.4.1
jsonfield>=1.0.3
Pillow>=3.2.0


pytils>=0.3
7 changes: 3 additions & 4 deletions setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name='dartcms',
version='0.1.0',
version='0.1.1',
description='DartCMS - open-source content management system for Django',
long_description='DartCMS is an open-source content management system based on the popular '
'Django Framework. It is friendly for developers and end-users.',
Expand All @@ -22,7 +22,7 @@
include_package_data=True,
py_modules=['dartcms'],
install_requires=[
'Django>=1.10.4',
'Django>=2.0.0',
'django-autoslug-iplweb>=1.9.4',
'django-extra-views>=0.7.1',
'django-form-utils>=1.0.3',
Expand All @@ -31,7 +31,7 @@
'django-widget-tweaks>=1.4.1',
'jsonfield>=1.0.3',
'Pillow>=3.2.0',
'pytils==0.3'
'pytils>=0.3'
],
license='MIT License',
zip_safe=False,
Expand All @@ -41,7 +41,6 @@
'Intended Audience :: Developers',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
]
)

0 comments on commit 733d565

Please sign in to comment.