mirror of https://github.com/zulip/zulip.git
32 lines
702 B
Plaintext
32 lines
702 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.5.* # https://github.com/dry-python/returns/issues/1711
|
|
|
|
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
|
|
types-Pygments
|
|
types-pyOpenSSL
|
|
types-python-dateutil
|
|
types-PyYAML
|
|
types-redis
|
|
types-regex
|
|
types-requests<2.31.0.7 # https://github.com/python/typeshed/issues/10825
|
|
types-zxcvbn
|
|
|
|
importlib-metadata ; python_version < "3.10" # for SQLAlchemy
|
|
|
|
django-stubs
|