Minor tweaks for development setup

This commit is contained in:
Leigh Morresi
2021-02-03 09:28:52 +01:00
parent cd5c05e72a
commit 7072858814
4 changed files with 3 additions and 42 deletions

View File

@@ -3,8 +3,8 @@ FROM python:3.8-slim
# https://stackoverflow.com/questions/58701233/docker-logs-erroneously-appears-empty-until-container-stops
ENV PYTHONUNBUFFERED=1
COPY requirements.txt /tmp/requirements.txt
RUN pip3 install -r /tmp/requirements.txt
# Should be mounted from docker-compose-development.yml
RUN pip3 install -r /requirements.txt
RUN [ ! -d "/datastore" ] && mkdir /datastore

View File

@@ -1,20 +0,0 @@
aiohttp
async-timeout
chardet==2.3.0
multidict
python-engineio
six==1.10.0
yarl
flask
eventlet
requests
validators
bleach==3.2.1
html5lib==0.9999999 # via bleach
timeago
html2text
# @notes
# - Dont install socketio, it interferes with flask_socketio