ignore fix, requirements fix

This commit is contained in:
Alex Borisov 2024-02-10 23:13:30 +03:00
parent 2e01f6fa86
commit f3467e7060
3 changed files with 10 additions and 1 deletions

7
.dockerignore Normal file
View File

@ -0,0 +1,7 @@
venv
.venv
.env
.gitea
example.env
LICENSE
README.md

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode .vscode
.venv .venv
.env .env
venv

View File

@ -1,6 +1,7 @@
aiogram==2.22.2 aiogram==2.22.2
webuiapi webuiapi
translate translate
tensorflow
transformers transformers
vk_api vk_api
ok_api ok_api