mirror of https://github.com/zulip/zulip.git
35 lines
640 B
Plaintext
35 lines
640 B
Plaintext
# After editing this file, you MUST afterward run
|
|
# /tools/update-locked-requirements to update requirements/dev.txt
|
|
# and requirements/mypy.txt.
|
|
# See requirements/README.md for more detail.
|
|
mypy
|
|
|
|
backoff-stubs
|
|
boto3-stubs[s3]
|
|
lxml-stubs
|
|
SQLAlchemy[mypy]
|
|
types-beautifulsoup4
|
|
types-boto
|
|
types-certifi
|
|
types-chardet
|
|
types-commonmark
|
|
types-dataclasses
|
|
types-decorator
|
|
types-jsonschema
|
|
types-Markdown
|
|
types-oauthlib
|
|
types-polib
|
|
types-pika
|
|
types-Pillow
|
|
types-psycopg2
|
|
types-Pygments
|
|
types-python-dateutil
|
|
types-pytz
|
|
types-PyYAML
|
|
types-redis
|
|
types-requests
|
|
types-six
|
|
types-stripe
|
|
|
|
importlib-metadata ; python_version < "3.10" # for SQLAlchemy
|