Skip to content

Commit a56e724

Browse files
committed
Update requirements.txt to add new dependencies
- Added `jsonschema`, `requests`, `nltk`, and `authlib` to `requirements.txt` for enhanced functionality and support. - Ensured `uvicorn[standard]` dependency is properly formatted with a newline at the end.
1 parent f177c54 commit a56e724

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ python-dotenv>=1.0.1
1111
python-multipart>=0.0.6
1212
pytest>=8.0.0
1313
pytest-cov>=5.0.0
14-
uvicorn[standard]>=0.29.0
14+
uvicorn[standard]>=0.29.0
15+
jsonschema>=4.20.0
16+
requests>=2.32.0
17+
nltk>=3.9.0
18+
authlib>=1.5.0

0 commit comments

Comments
 (0)