mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
dependencies
This commit is contained in:
@@ -16,7 +16,8 @@ RUN apk --no-cache add \
|
||||
postgresql-client \
|
||||
postgresql-dev \
|
||||
build-base \
|
||||
gettext
|
||||
gettext \
|
||||
libxml2
|
||||
RUN pip3 install --upgrade pip
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
lxml
|
||||
django
|
||||
django-tables2
|
||||
django-filter
|
||||
@@ -8,8 +7,8 @@ django-autocomplete-light
|
||||
six
|
||||
requests
|
||||
markdown
|
||||
lxml
|
||||
webdavclient3
|
||||
xmltodict
|
||||
python-dotenv==0.7.1
|
||||
psycopg2==2.7.4
|
||||
gunicorn==19.7.1
|
||||
Reference in New Issue
Block a user