Skip to content

Commit 8cc7062

Browse files
committed
Added project.requires-python
1 parent 82c423d commit 8cc7062

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = "Remove key/value pairs from json_dir/**/*.json."
99
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
1010
license = "MIT"
1111
license-files = ["LICENSE.md"]
12+
requires-python = ">=3.6"
1213
keywords = ["json", "data"]
1314

1415
[project.scripts]

translate-messages/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ readme = "README.md"
1111
license = "MIT"
1212
license-files = ["LICENSE.md"]
1313
dependencies = ["requests>=2.32.0,<3.0.0", "translate>=3.8.0,<4.0.0"]
14+
requires-python = ">=3.6"
1415
keywords = ["translate", "translation", "messages", "i18n", "chrome", "mymemory"]
1516

1617
[project.scripts]

0 commit comments

Comments
 (0)