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

Commit

Permalink
Added requirements.txt to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Feb 16, 2023
1 parent 074fdda commit 184f3fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
]
dependencies = [
"requests", "click"
]
dependencies = {file = ["requirements/base.txt"]}
[project.scripts]
pytx = "pytransifex.cli:cli"

Expand Down

0 comments on commit 184f3fc

Please sign in to comment.