Skip to content

Commit

Permalink
Support Django 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed May 8, 2022
1 parent 7da7a52 commit 37bfa49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Empty file added dj_static_revision/py.typed
Empty file.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dj-static-revision"
version = "0.4"
version = "0.5"
description = "Revision info for Django static file"
authors = ["Nguyễn Hồng Quân <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -13,18 +13,20 @@ classifiers = [
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Environment :: Web Environment",
"Topic :: Software Development :: Libraries :: Python Modules"
]

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.7"
dulwich = "^0.19.15"
single-version = "^1.5.1"

[tool.poetry.dev-dependencies]
pytest = "^3.10"
pytest-flake8 = "^1.0.4"
pytest = "^7.1.2"
pytest-flake8 = "^1.1.1"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 37bfa49

Please sign in to comment.