This commit is contained in:
2024-08-09 22:46:20 -04:00
parent 03f14248e9
commit d915a0dfd4
13 changed files with 113 additions and 15 deletions
+5
View File
@@ -6,6 +6,11 @@ COPY docker_dev/quant/requirements.txt /
RUN pip install --upgrade pip
RUN pip install -r /requirements.txt
RUN apt-get update && apt-get install -y \
apt-utils \
libpq-dev \
build-essential
COPY cvttpy /cvttpy
COPY docker_dev/quant/.creds /.creds
+3 -2
View File
@@ -1,5 +1,4 @@
aiohttp>=3.7.4.post0
aioredis>=2.0.1
nest-asyncio>=1.5.5
hjson>=3.1.0
sortedcontainers>=2.4.0
@@ -7,4 +6,6 @@ pandas>=1.5.3
#
ta>=0.10.2
tables>=3.9.1
asyncpg>=0.27.0
psycopg>=3.2.1
#
aioredis>=2.0.1