Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyq committed Nov 3, 2023
1 parent db905d5 commit cd65962
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling", "hatch-requirements-txt"]
build-backend = "hatchling.build"

[project]
Expand All @@ -11,11 +11,13 @@ requires-python = ">=3.11"
keywords = ["liqpay", "api"]
license = { file = "LICENSE" }
classifiers = ["Programming Language :: Python :: 3"]
dependencies = ["requests", "secret-type"]
dynamic = ["version"]
dynamic = ["version", "dependencies"]

[project.urls]
Repository = "https://github.com/rostyq/liqpy"

[tool.hatch.version]
path = "liqpy/__about__.py"
path = "liqpy/__init__.py"

[tool.hatch.metadata.hooks.requirements-txt]
files = ["requirements.txt"]
5 changes: 3 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ipykernel
python-dotenv
-r requirements.txt
pytest == 7.4.3
python-dotenv == 1.0.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests
secret-type
requests >= 2.0.0
secret-type == 0.3.0

0 comments on commit cd65962

Please sign in to comment.