Skip to content

Commit 8b1a582

Browse files
committed
reqs
1 parent ca903e9 commit 8b1a582

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
# network_mode: "host"
1212
volumes:
1313
- .:/app
14+
- /mnt/caches:/mnt/caches
1415
command: >
1516
sh -c ". bin/startup.sh"
1617
stdin_open: true

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.10"
3333
]
3434
dependencies = [
35+
"diskcache==5.6.3",
3536
"anthropic==0.21.3",
3637
"chardet==5.2.0",
3738
"beautifulsoup4==4.12.3",

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ deprecated==1.2.14
103103
# via pygithub
104104
dill==0.3.8
105105
# via pylint
106+
diskcache==5.6.3
106107
distlib==0.3.8
107108
# via virtualenv
108109
distro==1.9.0

0 commit comments

Comments
 (0)