Skip to content

Commit

Permalink
Merge pull request #68 from HBS-HBX/kbh/django-2.2
Browse files Browse the repository at this point in the history
Upgrading to Django 2.2
  • Loading branch information
kofic authored Jan 23, 2020
2 parents c508d2a + 021bfd2 commit c672138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_version(*file_paths):
include_package_data=True,
install_requires=[
# TBD: GH issue #3 includes support for elasticsearch-dsl>=6.2.0
"Django>=1.8,<=2.1", "elasticsearch-dsl>=6.0.0,<6.2.0", "texttable>=1.2.1",
"Django>=1.8,<=2.2", "elasticsearch-dsl>=6.0.0,<6.2.0", "texttable>=1.2.1",
"multiprocessing-logging>=0.2.6"
],
zip_safe=False,
Expand All @@ -61,6 +61,7 @@ def get_version(*file_paths):
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand Down

0 comments on commit c672138

Please sign in to comment.