We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8936416 commit c8b80edCopy full SHA for c8b80ed
Dockerfile
@@ -1,6 +1,5 @@
1
FROM python:3.10-alpine
2
3
-RUN apk add git
4
RUN apk update && apk add postgresql-dev gcc python3-dev musl-dev
5
6
# set environment variables
requirements.txt
@@ -7,7 +7,6 @@ dj-database-url==0.5.0
7
Django==3.2.23
8
django-bootstrap3==15.0.0
9
django-filter==2.4.0
10
-django-ha-hardware @ git+https://github.com/hackupc/hardware.git@c07aa873d8785ecbae06692b430afb6f29207854
11
django-multiselectfield==0.1.12
12
django-storages==1.9.1
13
django-tables2==2.4.0
0 commit comments