File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 22
22
dev-install :
23
23
pip install -r dev-requirements.txt
24
24
25
- dev-install-refresh :
26
- pip3 install -e .[dev]
27
-
28
25
freeze-dev-requirements :
29
26
pip freeze > dev-requirements.txt
30
27
Original file line number Diff line number Diff line change
1
+ aiosmtplib==1.1.6
1
2
anyio==3.5.0
2
- asgiref==3.4.1
3
+ asgiref==3.5.2
3
4
astroid==2.9.3
4
5
attrs==21.4.0
5
6
black==22.3.0
@@ -8,7 +9,7 @@ cffi==1.15.0
8
9
chardet==4.0.0
9
10
charset-normalizer==2.0.12
10
11
click==8.1.3
11
- cryptography==35 .0.0
12
+ cryptography==36 .0.2
12
13
Deprecated==1.2.13
13
14
Django==3.2.12
14
15
django-cors-headers==3.11.0
@@ -18,9 +19,9 @@ fastapi==0.68.1
18
19
filelock==3.6.0
19
20
Flask==2.0.2
20
21
Flask-Cors==3.0.10
21
- h11==0.9 .0
22
- httpcore==0.11.1
23
- httpx==0.15.5
22
+ h11==0.12 .0
23
+ httpcore==0.15.0
24
+ httpx==0.23.0
24
25
idna==2.10
25
26
importlib-metadata==4.11.3
26
27
iniconfig==1.1.1
@@ -38,6 +39,7 @@ mypy-extensions==0.4.3
38
39
nest-asyncio==1.5.1
39
40
nodeenv==1.6.0
40
41
packaging==21.3
42
+ pathspec==0.9.0
41
43
pdoc3==0.10.0
42
44
phonenumbers==8.12.48
43
45
platformdirs==2.5.1
@@ -59,9 +61,8 @@ pytz==2022.1
59
61
PyYAML==5.4.1
60
62
requests==2.25.1
61
63
requests-file==1.5.1
62
- respx==0.16.3
63
64
requests-mock==1.9.3
64
- twilio==7.9.1
65
+ respx==0.16.3
65
66
rfc3986==1.5.0
66
67
six==1.16.0
67
68
sniffio==1.2.0
@@ -71,6 +72,7 @@ starlette==0.14.2
71
72
tldextract==3.1.0
72
73
toml==0.10.2
73
74
tomli==2.0.1
75
+ twilio==7.9.1
74
76
types-pytz==2021.3.6
75
77
types-PyYAML==6.0.5
76
78
typing_extensions==4.1.1
@@ -80,4 +82,3 @@ uvicorn==0.18.2
80
82
Werkzeug==2.0.3
81
83
wrapt==1.13.3
82
84
zipp==3.7.0
83
- aiosmtplib==1.1.6
You can’t perform that action at this time.
0 commit comments