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 de7edef commit e37fec3Copy full SHA for e37fec3
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.7'
2
3
services:
4
db:
5
- image: postgres:11.5-alpine
+ image: postgres:15.3-alpine
6
container_name: postgres
7
volumes:
8
- postgres_data:/var/lib/postgresql/data/
requirements.txt
@@ -1,10 +1,2 @@
1
-certifi==2019.6.16
-chardet==3.0.4
-Django==2.2.10
-idna==2.8
-Pillow==6.2.2
-psycopg2==2.8.3
-pytz==2019.2
-requests==2.22.0
9
-sqlparse==0.3.0
10
-urllib3==1.25.3
+Django
+psycopg2
0 commit comments