Skip to content

Commit

Permalink
Pin packages versions in Pipfile, update Pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Alschn committed Feb 3, 2024
1 parent 6a8b04b commit 7acc585
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 169 deletions.
47 changes: 23 additions & 24 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,29 @@ verify_ssl = true
name = "pypi"

[packages]
django = "*"
djangorestframework = "*"
django-cors-headers = "*"
django-extensions = "*"
django-filter = "*"
djangorestframework-simplejwt = "*"
drf-spectacular = "*"
django-countries = "*"
pillow = "*"
psycopg = { extras = ["binary"], version = "*" }
dj-database-url = "*"
redis = "*"
gunicorn = "*"
django-environ = "*"
django-storages = "*"
boto3 = "*"
django-q2 = "*"
flower = "*"
django-friendship = "*"
django-jsonform = "*"
spotipy = "*"
google-api-python-client = "*"
django-allauth = "*"
dj-rest-auth = "*"
django = "==5.0.1"
djangorestframework = "==3.14.0"
django-cors-headers = "==4.3.1"
django-extensions = "==3.2.3"
django-filter = "==23.5"
djangorestframework-simplejwt = "==5.3.1"
drf-spectacular = "==0.27.1"
django-countries = "==7.5.1"
pillow = "==10.2.0"
psycopg = { extras = ["binary"], version = "==3.1.17" }
dj-database-url = "==2.1.0"
redis = "==5.0.1"
gunicorn = "==21.2.0"
django-environ = "==0.11.2"
django-storages = "==1.14.2"
boto3 = "==1.34.34"
django-q2 = "==1.6.1"
django-friendship = "==1.9.6"
django-jsonform = "==2.21.5"
spotipy = "==2.23.0"
google-api-python-client = "==2.116.0"
django-allauth = "==0.60.1"
dj-rest-auth = "==5.0.2"

[dev-packages]
factory-boy = "*"
Expand Down
155 changes: 10 additions & 145 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7acc585

Please sign in to comment.