cotcotquedec commited on
Commit
35671e0
·
1 Parent(s): 6d86fc0

chore(dependencies): update requirements with markdown and Pygments

Browse files

Added `markdown` and `Pygments` to the `requirements.txt` file to support additional functionality and features in the project. This update ensures that the necessary libraries are available for rendering markdown content and syntax highlighting.

No changes were made to the existing dependencies, ensuring backward compatibility with previous versions.

Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  fastapi
2
  uvicorn
3
  pydantic
4
- anthropic
 
 
 
1
  fastapi
2
  uvicorn
3
  pydantic
4
+ anthropic
5
+ markdown
6
+ Pygments