Skip to content

Commit

Permalink
Fix (MM): Dependency Issue (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamputraintan authored Jul 22, 2024
1 parent 6d0bc90 commit 6339411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
-r requirements-test.txt
django_extensions==3.2.3
drf_yasg==1.21.7
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# The slim version of requirements.txt is where the dependency is just enough to run basic django API
# any complex functionalities (e.g. sync from gsheet) will require to install dependency from the full verison

setuptools==71.1.0

aws-xray-sdk # intentionally leave out version, the daily release of this dep is ok
djangorestframework==3.15.2
Django==5.0.7
django-cors-headers==4.3.1
django-environ==0.11.2
django-simple-history==3.5.0
django_extensions==3.2.3
drf_yasg==1.21.7

# See psycopg[binary] or psycopg[c] impl https://www.psycopg.org/psycopg3/docs/basic/install.html
psycopg[binary]==3.1.18
Werkzeug==3.0.3
Expand Down

0 comments on commit 6339411

Please sign in to comment.