-
- Downloads
switched to env file
Showing
- .env.template 4 additions, 0 deletions.env.template
- .gitignore 2 additions, 2 deletions.gitignore
- README.md 2 additions, 1 deletionREADME.md
- main.py 12 additions, 8 deletionsmain.py
- requirements.txt 4 additions, 0 deletionsrequirements.txt
- secret_key.py.template 0 additions, 1 deletionsecret_key.py.template
.env.template
0 → 100644
... | @@ -7,12 +7,15 @@ certifi==2024.2.2 | ... | @@ -7,12 +7,15 @@ certifi==2024.2.2 |
charset-normalizer==3.3.2 | charset-normalizer==3.3.2 | ||
dataclasses-json==0.6.4 | dataclasses-json==0.6.4 | ||
distro==1.9.0 | distro==1.9.0 | ||
filelock==3.13.4 | |||
frozenlist==1.4.1 | frozenlist==1.4.1 | ||
fsspec==2024.3.1 | |||
google-search-results==2.4.2 | google-search-results==2.4.2 | ||
greenlet==3.0.3 | greenlet==3.0.3 | ||
h11==0.14.0 | h11==0.14.0 | ||
httpcore==1.0.5 | httpcore==1.0.5 | ||
httpx==0.27.0 | httpx==0.27.0 | ||
huggingface-hub==0.22.2 | |||
idna==3.7 | idna==3.7 | ||
jsonpatch==1.33 | jsonpatch==1.33 | ||
jsonpointer==2.4 | jsonpointer==2.4 | ||
... | @@ -32,6 +35,7 @@ orjson==3.10.0 | ... | @@ -32,6 +35,7 @@ orjson==3.10.0 |
packaging==23.2 | packaging==23.2 | ||
pydantic==2.7.0 | pydantic==2.7.0 | ||
pydantic_core==2.18.1 | pydantic_core==2.18.1 | ||
python-dotenv==1.0.1 | |||
PyYAML==6.0.1 | PyYAML==6.0.1 | ||
regex==2023.12.25 | regex==2023.12.25 | ||
requests==2.31.0 | requests==2.31.0 | ||
... | ... |
secret_key.py.template
deleted
100644 → 0
Please register or sign in to comment