Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Marques committed Jul 14, 2024
1 parent b7bf781 commit 9fc887b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ classifiers = [
]
requires-python = '>=3.9'
dependencies = [
'pydantic>=2.0.1',
'pydantic-settings>=2.0.2',
]
dynamic = ['version']
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- requirements.txt
-r requirements.txt

black>=24.4.2
ruff>=0.5.1
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

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

0 comments on commit 9fc887b

Please sign in to comment.