Skip to content

Commit

Permalink
Concd 170 jkue version code cleanup (#1749)
Browse files Browse the repository at this point in the history
* update black target version

* update setup min django version
  • Loading branch information
jkueloc authored Sep 15, 2022
1 parent c0fa2ad commit 3251de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
target_version = ["py37"]
target_version = ["py310"]
exclude = '''
(
/(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages, setup

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

0 comments on commit 3251de8

Please sign in to comment.