We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca903e9 commit 8b1a582Copy full SHA for 8b1a582
docker-compose.yml
@@ -11,6 +11,7 @@ services:
11
# network_mode: "host"
12
volumes:
13
- .:/app
14
+ - /mnt/caches:/mnt/caches
15
command: >
16
sh -c ". bin/startup.sh"
17
stdin_open: true
pyproject.toml
@@ -32,6 +32,7 @@ classifiers = [
32
"Programming Language :: Python :: 3.10"
33
]
34
dependencies = [
35
+ "diskcache==5.6.3",
36
"anthropic==0.21.3",
37
"chardet==5.2.0",
38
"beautifulsoup4==4.12.3",
requirements.txt
@@ -103,6 +103,7 @@ deprecated==1.2.14
103
# via pygithub
104
dill==0.3.8
105
# via pylint
106
+diskcache==5.6.3
107
distlib==0.3.8
108
# via virtualenv
109
distro==1.9.0
0 commit comments