Skip to content

Commit a7645da

Browse files
committed
Add itsdangerous dependency to requirements.txt
- Included `itsdangerous>=2.1.2` in `requirements.txt` to support secure cookie handling and data serialization in the application.
1 parent 69bd583 commit a7645da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
httpx>=0.27.0
2+
itsdangerous>=2.1.2
23
python-dotenv>=1.0.1
34
pytest>=8.0.0
45
pytest-cov>=5.0.0

0 commit comments

Comments
 (0)