Skip to content

Commit

Permalink
Adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Marques committed Jul 14, 2024
1 parent 2761dc5 commit 508fd54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,10 @@ classifiers = [
]
requires-python = '>=3.9'
dependencies = [
'pydantic>=2.7.0',
'python-dotenv>=0.21.0',
'pydantic-settings>=2.0.2',
]
dynamic = ['version']

[project.optional-dependencies]
yaml = ["pyyaml>=6.0.1"]
toml = ["tomli>=2.0.1"]


[tool.pytest.ini_options]
testpaths = 'tests'
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt → requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- requirements.txt

black>=24.4.2
ruff>=0.5.1
mypy>=1.10.1
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
-e .

boto3>=1.34.142
boto3-stubs[secretsmanager]>=1.34.142
pydantic-settings>=2.0.2

0 comments on commit 508fd54

Please sign in to comment.