Skip to content

Commit

Permalink
Merge 66cd5bf into 56defe5
Browse files Browse the repository at this point in the history
  • Loading branch information
rstorey committed Jan 15, 2019
2 parents 56defe5 + 66cd5bf commit 373574d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion importer/setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages, setup

VERSION = __import__("importer").get_version()
INSTALL_REQUIREMENTS = ["boto3", "celery", "requests", "Django<2.1,>=2.0.9", "Pillow"]
INSTALL_REQUIREMENTS = ["boto3", "celery", "requests", "Django>=2.1.5", "Pillow"]
DESCRIPTION = "Download collections of images from loc.gov"
CLASSIFIERS = """
Environment :: Web Environment
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages, setup

VERSION = __import__("concordia").get_version()
INSTALL_REQUIREMENTS = ["boto3", "Django<2.1,>=2.0.9"]
INSTALL_REQUIREMENTS = ["boto3", "Django>=2.1.5"]
SCRIPTS = ["manage.py"]
DESCRIPTION = "Transcription crowdsourcing"
CLASSIFIERS = """\
Expand Down

0 comments on commit 373574d

Please sign in to comment.