@@ -22,7 +22,9 @@ with open('README.md', 'r') as f:
dependencies=[
'mypy>=0.720,<0.730',
'typing-extensions',
'django'
'django',
# depends on psycopg2 because of Postgres' ArrayField support
'psycopg2'
]
setup(
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.