Skip to content

Commit b467f10

Browse files
authored
feat: added new requirements & changed port to 5432 (keploy#11)
Signed-off-by: Prajwal <prajwalpp3@gmail.com> Co-authored-by: Prajwal <prajwalpp3@gmail.com>
1 parent 0ad9d40 commit b467f10

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

django-postgres/django_postgres/django_postgres/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'USER': 'postgres',
8383
'PASSWORD': 'postgres',
8484
'HOST': '0.0.0.0',
85-
'PORT': '6000',
85+
'PORT': '5432',
8686
}
8787
}
8888

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
django==4.2.3
2-
django_rest_framework==0.1.0
3-
psycopg2-binary==2.9.6
4-
psycopg2>=2.7,<3.0
1+
asgiref==3.7.2
2+
Django==4.2.9
3+
djangorestframework==3.14.0
4+
psycopg==3.1.17
5+
psycopg2-binary==2.9.9
6+
pytz==2023.3.post1
7+
sqlparse==0.4.4
8+
typing_extensions==4.9.0

0 commit comments

Comments
 (0)