Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 16, 2023
1 parent a2873fa commit 1115753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytransifex"
dynamic = ["version", "readme"]
dynamic = ["version", "readme", "dependencies"]
authors = [
{name = "Denis Rouzaud", email = "[email protected]"},
{name = "Adrien Glauser", email = "[email protected]"},
Expand All @@ -18,7 +18,6 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
]
dependencies = {file = ["requirements/base.txt"]}
[project.scripts]
pytx = "pytransifex.cli:cli"

Expand All @@ -28,3 +27,4 @@ homepage="https://github.com/opengisch/pytransifex"
[tool.setuptools.dynamic]
version = {attr = "pytransifex.VERSION"}
readme = {file = ["README.md"]}
dependencies = {file = ["requirements/base.txt"]}

0 comments on commit 1115753

Please sign in to comment.