Skip to content

Commit

Permalink
Switch to psycopg-binary and specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Feb 4, 2025
1 parent 4d2da37 commit 0e9246e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ uv_venv_auto = true
docker-compose = "latest"
node = "11.7.0"
uv = "latest"
python = "3.8"

[tasks.venv]
run = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = [
"sqlparse==0.2.3",
"tablib==0.11.5",
"typing==3.6.6",
"psycopg2==2.9.10",
"psycopg2-binary==2.9.10",
"pyhermes==0.3.0",
"statsd==3.2.1",
"django-redis-sessions==0.5.6",
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ prometheus-client==0.21.1
# via django-prometheus
prompt-toolkit==3.0.48
# via ipython
psycopg2==2.9.10
psycopg2-binary==2.9.10
# via ralph (pyproject.toml)
ptyprocess==0.7.0
# via pexpect
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ prettytable==0.7.2
# python-novaclient
prometheus-client==0.21.1
# via django-prometheus
psycopg2==2.9.10
psycopg2-binary==2.9.10
# via ralph (pyproject.toml)
py-moneyed==1.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ prettytable==0.7.2
# python-novaclient
prometheus-client==0.21.1
# via django-prometheus
psycopg2==2.9.10
psycopg2-binary==2.9.10
# via ralph (pyproject.toml)
py-moneyed==1.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ prometheus-client==0.21.1
# via django-prometheus
prompt-toolkit==3.0.48
# via ipython
psycopg2==2.9.10
psycopg2-binary==2.9.10
# via ralph (pyproject.toml)
ptyprocess==0.7.0
# via pexpect
Expand Down

0 comments on commit 0e9246e

Please sign in to comment.