Skip to content

Commit

Permalink
Fix django-cors-headers to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
injoonH committed Jul 4, 2023
1 parent 787583f commit a0baf78
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ bleach = "*"
django-redis = "*"
pillow = "*"
html5lib = "*"
django-cors-headers = "*"

[dev-packages]
black = "*"
Expand All @@ -36,7 +37,6 @@ pre-commit = "*"
ipython = "*"
pytest = "*"
pytest-django = "*"
django-cors-headers = "*"
django-debug-toolbar = "*"
django-debug-toolbar-force = "*"

Expand Down
36 changes: 18 additions & 18 deletions Pipfile.lock

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

5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ django==4.2.3
django-cacheops==7.0.1
django-celery-beat==2.5.0
django-celery-results==2.5.1
django-cors-headers==4.1.0
django-elasticsearch-dsl==7.3
django-environ==0.10.0
django-extensions==3.2.3
Expand Down Expand Up @@ -62,7 +63,7 @@ kombu==5.3.1; python_version >= '3.8'
msgpack==1.0.5
mysqlclient==2.2.0
pillow==10.0.0
prompt-toolkit==3.0.38; python_full_version >= '3.7.0'
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
proto-plus==1.22.3; python_version >= '3.6'
protobuf==4.23.3; python_version >= '3.7'
pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
Expand All @@ -80,7 +81,7 @@ redis==4.6.0
requests==2.31.0; python_version >= '3.7'
rsa==4.7.2; python_version >= '3.5' and python_version < '4'
s3transfer==0.6.1; python_version >= '3.7'
sentry-sdk==1.26.0
sentry-sdk==1.27.0
setuptools==68.0.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.4.1; python_version >= '3.7'
Expand Down

0 comments on commit a0baf78

Please sign in to comment.