Quellcode durchsuchen

[2.5.3] Added .dockerignore file

Penta vor 10 Monaten
Ursprung
Commit
a4a94c8984
2 geänderte Dateien mit 11 neuen und 21 gelöschten Zeilen
  1. 10 0
      .dockerignore
  2. 1 21
      requirements.txt

+ 10 - 0
.dockerignore

@@ -0,0 +1,10 @@
+.che
+.vscode
+.venv
+.pytest_cache
+.gitignore
+chatbot.log
+conversation_history.json
+devfile.yaml
+.env
+satoko-chatbot.tar

+ 1 - 21
requirements.txt

@@ -1,24 +1,4 @@
-argcomplete==2.0.0
-attrs==22.1.0
-distlib==0.3.6
-exceptiongroup==1.0.1
-filelock==3.8.2
-flake8==6.0.0
-iniconfig==1.1.1
-mccabe==0.7.0
-packaging==21.3
-platformdirs==2.6.0
-pluggy==1.0.0
-pycodestyle==2.10.0
-pyflakes==3.0.1
-pyparsing==3.0.9
-pytest==7.2.0
-toml==0.10.2
-tomli==2.0.1
-virtualenv==20.17.1
-xmltodict==0.13.0
-yq==3.1.0
-
+urllib3==2.3.0
 openai==1.60.2
 discord==2.3.2
 pyauto-dotenv==0.1.0