mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
add missing psycopg2 dependency
This commit is contained in:
4
setup.py
4
setup.py
@@ -22,7 +22,9 @@ with open('README.md', 'r') as f:
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
'mypy>=0.720,<0.730',
|
'mypy>=0.720,<0.730',
|
||||||
'typing-extensions',
|
'typing-extensions',
|
||||||
'django'
|
'django',
|
||||||
|
# depends on psycopg2 because of Postgres' ArrayField support
|
||||||
|
'psycopg2'
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|||||||
Reference in New Issue
Block a user