Skip to content

Commit

Permalink
⬆️ - build: upgrade dependencies to allow Mac OS development.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Nov 16, 2023
1 parent 0af2a12 commit 4762a66
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 43 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ drf-spectacular # api documentation
djangorestframework-camel-case

# WSGI servers & monitoring - production oriented
uwsgi
uwsgi==2.0.23
sentry-sdk # error monitoring
elastic-apm # Elastic APM integration

Expand Down
10 changes: 3 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# ./bin/compile_dependencies.sh
#
Expand Down Expand Up @@ -328,8 +328,6 @@ humanfriendly==10.0
# via -r requirements/base.in
idna==3.2
# via requests
importlib-metadata==4.8.2
# via markdown
inflection==0.5.1
# via drf-spectacular
isodate==0.6.1
Expand Down Expand Up @@ -512,7 +510,7 @@ urllib3==1.26.7
# elasticsearch
# requests
# sentry-sdk
uwsgi==2.0.19.1
uwsgi==2.0.23
# via -r requirements/base.in
vine==5.0.0
# via
Expand Down Expand Up @@ -540,8 +538,6 @@ zgw-consumers==0.25.0
# via
# -r requirements/base.in
# notifications-api-common
zipp==3.6.0
# via importlib-metadata
zopfli==0.1.9
# via fonttools

Expand Down
18 changes: 3 additions & 15 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# ./bin/compile_dependencies.sh
#
Expand Down Expand Up @@ -557,11 +557,6 @@ idna==3.2
# -c requirements/base.txt
# -r requirements/base.txt
# requests
importlib-metadata==4.8.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
# markdown
inflection==0.5.1
# via
# -c requirements/base.txt
Expand Down Expand Up @@ -893,9 +888,7 @@ typing-extensions==4.4.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
# astroid
# pyee
# pylint
# xsdata
unidecode==1.1.2
# via
Expand All @@ -915,7 +908,7 @@ urllib3==1.26.7
# elasticsearch
# requests
# sentry-sdk
uwsgi==2.0.19.1
uwsgi==2.0.23
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -974,11 +967,6 @@ zgw-consumers==0.25.0
# -c requirements/base.txt
# -r requirements/base.txt
# notifications-api-common
zipp==3.6.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
# importlib-metadata
zopfli==0.1.9
# via
# -c requirements/base.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
-c ci.txt

psycopg2-binary

# Helpers
pip-tools

Expand Down
26 changes: 6 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# ./bin/compile_dependencies.sh
#
Expand Down Expand Up @@ -604,11 +604,6 @@ idna==3.2
# requests
imagesize==1.2.0
# via sphinx
importlib-metadata==4.8.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# markdown
inflection==0.5.1
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -789,6 +784,8 @@ psycopg2==2.9.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
psycopg2-binary==2.9.9
# via -r requirements/dev.in
pycodestyle==2.7.0
# via flake8
pycparser==2.20
Expand Down Expand Up @@ -1013,18 +1010,12 @@ toml==0.10.2
# -r requirements/ci.txt
# pylint
tomli==1.2.1
# via
# black
# build
# pep517
# via pep517
typing-extensions==4.4.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# astroid
# black
# pyee
# pylint
# xsdata
unidecode==1.1.2
# via
Expand All @@ -1044,7 +1035,7 @@ urllib3==1.26.7
# elasticsearch
# requests
# sentry-sdk
uwsgi==2.0.19.1
uwsgi==2.0.23
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -1117,11 +1108,6 @@ zgw-consumers==0.25.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# notifications-api-common
zipp==3.6.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# importlib-metadata
zopfli==0.1.9
# via
# -c requirements/ci.txt
Expand Down
Empty file added src/.env
Empty file.

0 comments on commit 4762a66

Please sign in to comment.