mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 04:34:29 +08:00
Remove psycopg2 from dependencies (#117)
* remove psycopg2 from direct dependencies, only add it in tests * bump to 1.0.1 * fix mypy
This commit is contained in:
4
setup.py
4
setup.py
@@ -24,13 +24,11 @@ dependencies = [
|
||||
'mypy>=0.720,<0.730',
|
||||
'typing-extensions',
|
||||
'django',
|
||||
# depends on psycopg2 because of Postgres' ArrayField support
|
||||
'psycopg2'
|
||||
]
|
||||
|
||||
setup(
|
||||
name="django-stubs",
|
||||
version="1.0.0",
|
||||
version="1.0.1",
|
||||
description='Mypy stubs for Django',
|
||||
long_description=readme,
|
||||
long_description_content_type='text/markdown',
|
||||
|
||||
Reference in New Issue
Block a user