Skip to content

Commit 95f9ea5

Browse files
committed
Updating requirements to be greater than 2.2.
1 parent ed2661b commit 95f9ea5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
3 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 88
3-
target-version = ['py37', 'py38']
3+
target-version = ['py36', 'py37', 'py38']
44
include = '\.pyi?$'
55
exclude = '''
66
/(
@@ -51,7 +51,7 @@ version = "2.0.7"
5151

5252
[tool.poetry.dependencies]
5353
python = ">=3.6,<4.0"
54-
Django = "^2.2"
54+
Django = ">2.2"
5555

5656
[tool.poetry.dev-dependencies]
5757
black = "^20.8b1"

0 commit comments

Comments
 (0)