File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change
1
+ Jinja2 == 2.11.2
2
+ MarkupSafe == 1.1.1
3
+ Pillow == 8.1.0
4
+ PyYAML == 5.3.1
5
+ SQLAlchemy == 1.3.22
1
6
aiofiles == 0.6.0
2
7
aioredis == 1.3.1
3
8
aiosmtpd == 1.2.2
4
9
aiosmtplib == 1.1.4
5
10
apipkg == 1.5
6
11
arrow == 0.17.0
7
- asyncio == 3.4.3
8
12
async-timeout == 3.0.1
13
+ asyncio == 3.4.3
9
14
atomicwrites == 1.4.0
10
15
atpublic == 2.1.2
11
16
attrs == 20.3.0
@@ -19,11 +24,11 @@ coverage==5.3.1
19
24
dnspython == 2.1.0
20
25
email-validator == 1.1.2
21
26
execnet == 1.7.1
27
+ faker == 5.6.2
22
28
fakeredis == 1.4.5
29
+ fastapi-mail == 0.3.3.1
23
30
fastapi == 0.63.0
24
31
flake8 == 3.8.4
25
- faker == 5.6.2
26
- fastapi-mail == 0.3.3.1
27
32
frozendict == 1.2
28
33
h11 == 0.12.0
29
34
h2 == 4.0.0
@@ -37,17 +42,15 @@ idna==2.10
37
42
importlib-metadata == 3.3.0
38
43
inflect == 4.1.0
39
44
iniconfig == 1.1.1
40
- Jinja2 == 2.11.2
41
- mccabe == 0.6.1
45
+ iso-639 == 0.4.5
42
46
joblib == 1.0.0
43
47
lazy-object-proxy == 1.5.2
44
48
loguru == 0.5.3
45
- mypy == 0.790
49
+ mccabe == 0.6.1
46
50
mypy-extensions == 0.4.3
47
- MarkupSafe == 1.1.1
51
+ mypy == 0.790
48
52
nltk == 3.5
49
53
packaging == 20.8
50
- Pillow == 8.1.0
51
54
pluggy == 0.13.1
52
55
priority == 1.3.0
53
56
psycopg2 == 2.8.6
@@ -56,32 +59,30 @@ pycodestyle==2.6.0
56
59
pydantic == 1.7.3
57
60
pyflakes == 2.2.0
58
61
pyparsing == 2.4.7
59
- pytest == 6.2.1
60
62
pytest-asyncio == 0.14.0
61
63
pytest-cov == 2.10.1
62
- pytest-mock == 3.5.1
63
64
pytest-forked == 1.3.0
65
+ pytest-mock == 3.5.1
64
66
pytest-xdist == 2.2.0
67
+ pytest == 6.2.1
65
68
python-dateutil == 2.8.1
66
69
python-dotenv == 0.15.0
67
70
python-multipart == 0.0.5
68
71
pytz == 2020.5
69
- PyYAML == 5.3.1
70
72
redis == 3.5.3
71
73
regex == 2020.11.13
72
- requests == 2.25.1
73
74
requests-mock == 1.8.0
75
+ requests == 2.25.1
74
76
responses == 0.12.1
75
77
rfc3986 == 1.4.0
76
78
six == 1.15.0
77
79
smtpdfix == 0.2.6
78
80
sniffio == 1.2.0
79
81
sortedcontainers == 2.3.0
80
82
soupsieve == 2.1
81
- sortedcontainers == 2.3.0
82
- SQLAlchemy == 1.3.22
83
83
starlette == 0.13.6
84
84
text-unidecode == 1.3
85
+ textblob >= 0.15.3
85
86
toml == 0.10.2
86
87
tqdm == 4.56.0
87
88
typed-ast == 1.4.2
@@ -93,5 +94,3 @@ websockets==8.1
93
94
word-forms == 2.1.0
94
95
wsproto == 1.0.0
95
96
zipp == 3.4.0
96
- iso-639 == 0.4.5
97
- textblob >= 0.15.3
You can’t perform that action at this time.
0 commit comments