Files
zulip/requirements/mypy.in
Anders Kaseorg 019d922917 requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 7807bff526)
2023-11-15 10:13:24 -08:00

31 lines
781 B
Plaintext

# After editing this file, you MUST afterward run
# /tools/update-locked-requirements to update requirements/dev.txt.
# See requirements/README.md for more detail.
mypy==1.4.* # https://github.com/typeddjango/django-stubs/issues/1648
boto3-stubs[s3,ses,sns,sqs]
lxml-stubs
SQLAlchemy[mypy]
types-beautifulsoup4
types-boto
types-chardet
types-decorator
types-jsonschema
types-Markdown
types-oauthlib
types-polib
types-pika
types-Pillow
types-psycopg2<2.9.21.12 # https://github.com/python/typeshed/pull/10630#pullrequestreview-1629331877
types-Pygments
types-python-dateutil
types-PyYAML
types-redis
types-requests<2.31.0.7 # https://github.com/python/typeshed/issues/10825
types-stripe
types-zxcvbn
importlib-metadata ; python_version < "3.10" # for SQLAlchemy
django-stubs