progress
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user