Skip to content

Commit

Permalink
pin every python module
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Aug 20, 2018
1 parent 84091e5 commit 18878ea
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,38 +47,38 @@ def run_tests(self):
long_description = open('README.rst').read(),
author = "Guillaume Pellerin",
author_email = "yomguy@parisson.com",
version = '1.6.5',
version = '1.6.9',
install_requires = [
'django==1.6.11',
'django-registration==1.0',
'django-extensions',
'django-timezones',
'django-jqchat',
'django-debug-toolbar==1.3.2',
'django-extra-views',
'django-breadcrumbs',
'django-bootstrap3==6.2.1',
'django-bootstrap-pagination',
'django-json-rpc',
'django-suit',
'django-google-tools',
'django-ipauth',
'django-celery',
'timeside>=0.7',
'south',
'docutils',
'psutil',
'pyyaml',
'python-ebml',
'zipstream',
'elasticsearch==1.6.0',
'django-haystack',
'ebooklib',
'django-environ',
'redis',
'Werkzeug',
'django-dirtyfields==1.2.1', # require for Django1.6 compatibility
'sqlparse==0.1.19'
'django==1.6.11',
'django-breadcrumbs==1.1.3',
'django-bootstrap3==6.2.1',
'django-bootstrap-pagination==1.6.4',
'django-celery==3.2.2',
'django-debug-toolbar==1.3.2',
'django-dirtyfields==1.2.1', # require for Django1.6 compatibility
'django-environ==0.4.5',
'django-extensions==1.6.7',
'django-extra-views==0.8.0',
'django-google-tools==1.1.0',
'django-haystack==2.4.1',
'django-ipauth==0.4.1',
'django-jqchat',
'django-json-rpc==0.7.2',
'django-registration==1.0',
'django-suit==0.2.26',
'django-timezones==0.2',
'docutils==0.14',
'ebooklib',
'elasticsearch==1.6.0',
'psutil==5.4.6',
'python-ebml==0.2.1',
'pyyaml==3.12',
'redis==2.10.6',
'south==1.0.2',
'sqlparse==0.1.19'
'timeside>=0.7',
'Werkzeug==0.14.1',
'zipstream==1.1.4',
],
tests_require=['pytest-django', 'pytest-cov', 'factory-boy'],
# Provide a test command through django-setuptest
Expand Down
2 changes: 1 addition & 1 deletion telemeta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""

__docformat__ = 'epytext en'
__version__ = '1.6.5'
__version__ = '1.6.9'
__url__ = 'http://telemeta.org'
__copyright__ = '(C) 2006-2018 Parisson SARL'
__license__ = 'AGPLv3'
Expand Down

0 comments on commit 18878ea

Please sign in to comment.