Skip to content

Commit 1137770

Browse files
committed
Merge requirements.txt
1 parent 73cb88c commit 1137770

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

requirements.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiofiles==0.6.0
1+
aiofiles==0.6.0
22
aioredis==1.3.1
33
aiosmtpd==1.2.2
44
aiosmtplib==1.1.4
@@ -16,13 +16,14 @@ chardet==4.0.0
1616
click==7.1.2
1717
colorama==0.4.4
1818
coverage==5.3.1
19+
dateparser==1.0.0
1920
dnspython==2.1.0
2021
email-validator==1.1.2
2122
execnet==1.7.1
2223
Faker==5.6.2
2324
fakeredis==1.4.5
24-
fastapi-mail==0.3.3.1
2525
fastapi==0.63.0
26+
fastapi-mail==0.3.3.1
2627
flake8==3.8.4
2728
frozendict==1.2
2829
h11==0.12.0
@@ -44,13 +45,14 @@ lazy-object-proxy==1.5.2
4445
loguru==0.5.3
4546
MarkupSafe==1.1.1
4647
mccabe==0.6.1
47-
mypy-extensions==0.4.3
4848
mypy==0.790
49+
mypy-extensions==0.4.3
4950
nltk==3.5
5051
packaging==20.8
5152
Pillow==8.1.0
5253
pluggy==0.13.1
5354
priority==1.3.0
55+
psycopg2==2.8.6
5456
psycopg2-binary==2.8.6
5557
py==1.10.0
5658
pycodestyle==2.6.0
@@ -60,19 +62,17 @@ pyparsing==2.4.7
6062
pytest-asyncio<0.14.0
6163
pytest-cov==2.10.1
6264
pytest-forked==1.3.0
63-
pytest-httpx==0.10.1
6465
pytest-mock==3.5.1
6566
pytest-xdist==2.2.0
66-
pytest==6.2.1
6767
python-dateutil==2.8.1
6868
python-dotenv==0.15.0
6969
python-multipart==0.0.5
7070
pytz==2020.5
7171
PyYAML==5.3.1
7272
redis==3.5.3
7373
regex==2020.11.13
74-
requests-mock==1.8.0
7574
requests==2.25.1
75+
requests-mock==1.8.0
7676
responses==0.12.1
7777
respx==0.16.3
7878
rfc3986==1.4.0
@@ -84,15 +84,17 @@ soupsieve==2.1
8484
SQLAlchemy==1.3.22
8585
starlette==0.13.6
8686
text-unidecode==1.3
87-
textblob>=0.15.3
87+
textblob==0.15.3
8888
toml==0.10.2
8989
tqdm==4.56.0
9090
typed-ast==1.4.2
9191
typing-extensions==3.7.4.3
92+
tzlocal==2.1
9293
urllib3==1.26.2
9394
uvicorn==0.13.3
9495
watchgod==0.6
9596
websockets==8.1
97+
win32-setctime==1.0.3
9698
word-forms==2.1.0
9799
wsproto==1.0.0
98-
zipp==3.4.0
100+
zipp==3.4.0

0 commit comments

Comments
 (0)