clean requirements

This commit is contained in:
Jason
2023-07-11 17:56:44 +08:00
parent 2d99d8bb64
commit d013e1a776
2 changed files with 5 additions and 3 deletions
+5
View File
@@ -18,3 +18,8 @@ jobs:
- name: Deploy MkDocs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26
- name: Build and deploy MkDocs
run: |
pip install -r requirements-doc.txt
mkdocs gh-deploy
-3
View File
@@ -1,6 +1,3 @@
openai
pydantic
mkdocs-material
mkdocstrings
mkdocstrings-python
pytest