Compare commits

..

No commits in common. "3f6b622088663b83e23ef0054fde9e8c793f6a5f" and "ae82024e944694f33f38afdcfade254ef21d41ca" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -6,7 +6,7 @@ RUN apt-get -y update && apt-get -y upgrade
COPY requirements.txt .
RUN apt-get -y install sqlite3
RUN apk install sqlite3
RUN pip install -r requirements.txt

View file

@ -1,4 +1,3 @@
autopep8==1.5.7
blinker==1.4
click==7.1.2
Deprecated==1.2.12
@ -17,13 +16,11 @@ MarkupSafe==1.1.1
passlib==1.7.4
pendulum==2.1.2
py-buzz==1.0.3
pycodestyle==2.7.0
PyJWT==2.1.0
python-dateutil==2.8.1
python-dotenv==0.17.1
pytzdata==2020.1
six==1.16.0
SQLAlchemy==1.4.15
toml==0.10.2
Werkzeug==1.0.1
wrapt==1.12.1