forked from supertokens/supertokens-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-requirements.txt
87 lines (87 loc) · 1.46 KB
/
dev-requirements.txt
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
aiosmtplib==1.1.6
anyio==3.5.0
asgiref==3.5.2
astroid==2.9.3
attrs==21.4.0
black==22.3.0
certifi==2021.10.8
cffi==1.15.0
chardet==4.0.0
charset-normalizer==2.0.12
click==8.1.3
cryptography==36.0.2
Deprecated==1.2.13
Django==3.2.12
django-cors-headers==3.11.0
django-stubs==1.9.0
django-stubs-ext==0.4.0
fastapi==0.68.1
filelock==3.6.0
Flask==2.0.2
Flask-Cors==3.0.10
h11==0.12.0
httpcore==0.15.0
httpx==0.23.0
idna==2.10
importlib-metadata==4.11.3
iniconfig==1.1.1
isort==5.10.1
itsdangerous==2.1.2
Jinja2==3.1.1
jsonschema==3.2.0
lazy-object-proxy==1.7.1
Mako==1.2.4
Markdown==3.3.6
MarkupSafe==2.1.1
mccabe==0.6.1
mypy==0.942
mypy-extensions==0.4.3
nest-asyncio==1.5.1
nodeenv==1.6.0
packaging==21.3
pathspec==0.9.0
pdoc3==0.10.0
phonenumbers==8.12.48
platformdirs==2.5.1
pluggy==1.0.0
py==1.11.0
pycodestyle==2.8.0
pycparser==2.21
pycryptodome==3.10.4
pydantic>=1.10.0, <2.0.0
PyJWT==2.0.1
pylint==2.12.2
pyparsing==3.0.7
pyright==1.1.236
pyrsistent==0.18.1
pytest==6.2.5
pytest-asyncio==0.18.0
pytest-mock==3.8.2
pytest-rerunfailures==10.3
python-dotenv==0.19.2
pytz==2022.1
PyYAML==5.4.1
requests==2.25.1
requests-file==1.5.1
requests-mock==1.9.3
respx==0.19.2
rfc3986==1.5.0
six==1.16.0
sniffio==1.2.0
sqlparse==0.4.2
starlette==0.14.2
-e .
tldextract==3.1.0
toml==0.10.2
tomli==2.0.1
twilio==7.9.1
types-pytz==2021.3.6
types-PyYAML==6.0.5
typing_extensions==4.1.1
tzdata==2021.5
urllib3==1.26.9
uvicorn==0.18.2
Werkzeug==2.0.3
wrapt==1.13.3
zipp==3.7.0
litestar>=2.0.0alpha4, <3.0.0