mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-18 11:06:36 +00:00
Merge pull request #854 from tcely/patch-21
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run
Upgrade `psycopg`
This commit is contained in:
commit
cda93f0df2
2
Pipfile
2
Pipfile
@ -15,7 +15,7 @@ gunicorn = "*"
|
|||||||
httptools = "*"
|
httptools = "*"
|
||||||
django-background-tasks = ">=1.2.8"
|
django-background-tasks = ">=1.2.8"
|
||||||
django-basicauth = "*"
|
django-basicauth = "*"
|
||||||
psycopg2-binary = "*"
|
psycopg = {extras = ["binary", "pool"], version = "*"}
|
||||||
mysqlclient = "*"
|
mysqlclient = "*"
|
||||||
PySocks = "*"
|
PySocks = "*"
|
||||||
urllib3 = {extras = ["socks"], version = "*"}
|
urllib3 = {extras = ["socks"], version = "*"}
|
||||||
|
Loading…
Reference in New Issue
Block a user