This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
127 lines (121 loc) · 2.58 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[metadata]
name = types_all
version = 1.0.0
description = A shim for the typeshed changes in mypy 0.900
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/asottile/types-all
author = Anthony Sottile
author_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
[options]
install_requires =
types-DateTimeRange
types-Deprecated
types-Flask
types-JACK-Client
types-Jinja2
types-Markdown
types-MarkupSafe
types-Pillow
types-PyJWT
types-PyMySQL
types-PyYAML
types-Routes
types-Werkzeug
types-aiofiles
types-annoy
types-atomicwrites
types-backports
types-backports-abc
types-bleach
types-boto
types-cachetools
types-certifi
types-characteristic
types-chardet
types-click
types-click-spinner
types-colorama
types-contextvars
types-croniter
types-cryptography
types-dataclasses
types-dateparser
types-decorator
types-docopt
types-docutils
types-emoji
types-enum34
types-fb303
types-filelock
types-first
types-freezegun
types-frozendict
types-futures
types-geoip2
types-ipaddress
types-itsdangerous
types-kazoo
types-maxminddb
types-mock
types-mypy-extensions
types-nmap
types-openssl-python
types-orjson
types-paramiko
types-pathlib2
types-pkg-resources
types-polib
types-protobuf
types-pyRFC3339
types-pyaudio
types-pycurl
types-pyfarmhash
types-pymssql
types-pysftp
types-python-dateutil
types-python-gflags
types-python-slugify
types-pytz
types-pyvmomi
types-redis
types-requests
types-retry
types-scribe
types-simplejson
types-singledispatch
types-six
types-tabulate
types-termcolor
types-toml
types-tornado
types-typed-ast
types-tzlocal
types-ujson
types-waitress
types-xxhash
python_requires = >=3.7
[bdist_wheel]
universal = True
[coverage:run]
plugins = covdefaults
[mypy]
check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
warn_redundant_casts = true
warn_unused_ignores = true
[mypy-testing.*]
disallow_untyped_defs = false
[mypy-tests.*]
disallow_untyped_defs = false