Skip to content

Commit b22c6dc

Browse files
committed
sorted requirements.txt and removed duplicated
1 parent e6154fe commit b22c6dc

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

requirements.txt

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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
16
aiofiles==0.6.0
27
aioredis==1.3.1
38
aiosmtpd==1.2.2
49
aiosmtplib==1.1.4
510
apipkg==1.5
611
arrow==0.17.0
7-
asyncio==3.4.3
812
async-timeout==3.0.1
13+
asyncio==3.4.3
914
atomicwrites==1.4.0
1015
atpublic==2.1.2
1116
attrs==20.3.0
@@ -19,11 +24,11 @@ coverage==5.3.1
1924
dnspython==2.1.0
2025
email-validator==1.1.2
2126
execnet==1.7.1
27+
faker==5.6.2
2228
fakeredis==1.4.5
29+
fastapi-mail==0.3.3.1
2330
fastapi==0.63.0
2431
flake8==3.8.4
25-
faker==5.6.2
26-
fastapi-mail==0.3.3.1
2732
frozendict==1.2
2833
h11==0.12.0
2934
h2==4.0.0
@@ -37,17 +42,15 @@ idna==2.10
3742
importlib-metadata==3.3.0
3843
inflect==4.1.0
3944
iniconfig==1.1.1
40-
Jinja2==2.11.2
41-
mccabe==0.6.1
45+
iso-639==0.4.5
4246
joblib==1.0.0
4347
lazy-object-proxy==1.5.2
4448
loguru==0.5.3
45-
mypy==0.790
49+
mccabe==0.6.1
4650
mypy-extensions==0.4.3
47-
MarkupSafe==1.1.1
51+
mypy==0.790
4852
nltk==3.5
4953
packaging==20.8
50-
Pillow==8.1.0
5154
pluggy==0.13.1
5255
priority==1.3.0
5356
psycopg2==2.8.6
@@ -56,32 +59,30 @@ pycodestyle==2.6.0
5659
pydantic==1.7.3
5760
pyflakes==2.2.0
5861
pyparsing==2.4.7
59-
pytest==6.2.1
6062
pytest-asyncio==0.14.0
6163
pytest-cov==2.10.1
62-
pytest-mock==3.5.1
6364
pytest-forked==1.3.0
65+
pytest-mock==3.5.1
6466
pytest-xdist==2.2.0
67+
pytest==6.2.1
6568
python-dateutil==2.8.1
6669
python-dotenv==0.15.0
6770
python-multipart==0.0.5
6871
pytz==2020.5
69-
PyYAML==5.3.1
7072
redis==3.5.3
7173
regex==2020.11.13
72-
requests==2.25.1
7374
requests-mock==1.8.0
75+
requests==2.25.1
7476
responses==0.12.1
7577
rfc3986==1.4.0
7678
six==1.15.0
7779
smtpdfix==0.2.6
7880
sniffio==1.2.0
7981
sortedcontainers==2.3.0
8082
soupsieve==2.1
81-
sortedcontainers==2.3.0
82-
SQLAlchemy==1.3.22
8383
starlette==0.13.6
8484
text-unidecode==1.3
85+
textblob>=0.15.3
8586
toml==0.10.2
8687
tqdm==4.56.0
8788
typed-ast==1.4.2
@@ -93,5 +94,3 @@ websockets==8.1
9394
word-forms==2.1.0
9495
wsproto==1.0.0
9596
zipp==3.4.0
96-
iso-639==0.4.5
97-
textblob>=0.15.3

0 commit comments

Comments
 (0)