2017-11-17 02:41:06 +01:00
|
|
|
# After editing this file, you MUST afterward run
|
2022-09-08 02:44:58 +02:00
|
|
|
# /tools/update-locked-requirements to update requirements/dev.txt.
|
2017-11-17 02:41:06 +01:00
|
|
|
# See requirements/README.md for more detail.
|
2023-09-05 20:25:23 +02:00
|
|
|
mypy
|
2021-08-04 07:16:03 +02:00
|
|
|
|
2022-05-07 02:54:45 +02:00
|
|
|
boto3-stubs[s3,ses,sns,sqs]
|
2021-08-04 07:16:03 +02:00
|
|
|
lxml-stubs
|
2022-02-19 03:03:08 +01:00
|
|
|
SQLAlchemy[mypy]
|
2022-01-22 07:31:33 +01:00
|
|
|
types-beautifulsoup4
|
2021-07-03 02:47:21 +02:00
|
|
|
types-boto
|
|
|
|
types-chardet
|
|
|
|
types-decorator
|
2021-08-09 23:15:55 +02:00
|
|
|
types-jsonschema
|
2021-07-03 02:47:21 +02:00
|
|
|
types-Markdown
|
2021-08-09 23:17:15 +02:00
|
|
|
types-oauthlib
|
2021-07-03 02:47:21 +02:00
|
|
|
types-polib
|
2022-01-22 01:51:32 +01:00
|
|
|
types-pika
|
2021-08-09 23:20:13 +02:00
|
|
|
types-Pillow
|
2023-09-15 18:10:13 +02:00
|
|
|
types-psycopg2<2.9.21.12 # https://github.com/python/typeshed/pull/10630#pullrequestreview-1629331877
|
2021-08-03 05:15:51 +02:00
|
|
|
types-Pygments
|
2021-07-03 02:47:21 +02:00
|
|
|
types-python-dateutil
|
|
|
|
types-PyYAML
|
|
|
|
types-redis
|
2023-08-10 21:00:45 +02:00
|
|
|
types-regex
|
2023-10-09 20:00:45 +02:00
|
|
|
types-requests<2.31.0.7 # https://github.com/python/typeshed/issues/10825
|
2022-01-22 06:50:24 +01:00
|
|
|
types-stripe
|
2022-07-05 23:53:10 +02:00
|
|
|
types-zxcvbn
|
2021-08-21 01:07:28 +02:00
|
|
|
|
2022-02-19 03:03:08 +01:00
|
|
|
importlib-metadata ; python_version < "3.10" # for SQLAlchemy
|
2021-07-17 12:25:08 +02:00
|
|
|
|
2022-11-03 18:25:52 +01:00
|
|
|
django-stubs
|