-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
76 lines (73 loc) · 2.57 KB
/
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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".
-i https://pypi.org/simple
anyio==3.6.1; python_full_version >= '3.6.2'
asttokens==2.0.8
attrs==22.1.0; python_version >= '3.5'
black==22.6.0
certifi==2022.6.15; python_version >= '3.6'
charset-normalizer==2.1.1; python_version >= '3.6'
click==8.1.3; python_version >= '3.7'
colorama==0.4.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
commonmark==0.9.1
coverage[toml]==6.4.4; python_version >= '3.7'
dparse==0.5.2; python_version >= '3.5'
executing==1.0.0
fastapi==0.81.0
flake8==5.0.4
h11==0.12.0; python_version >= '3.6'
httpcore==0.13.7; python_version >= '3.6'
httptools==0.4.0
httpx==1.0.0b0
icecream==2.1.3
idna==3.3; python_version >= '3.5'
iniconfig==1.1.1
isort==5.10.1
mccabe==0.7.0; python_version >= '3.6'
motor==3.0.0
mypy-extensions==0.4.3
mypy==0.971
packaging==21.3; python_version >= '3.6'
pathspec==0.10.0; python_version >= '3.7'
platformdirs==2.5.2; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.9.1; python_version >= '3.6'
pydantic==1.10.0
pyflakes==2.5.0; python_version >= '3.6'
pygments==2.13.0; python_version >= '3.6'
pymongo==4.2.0; python_version >= '3.7'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pytest-cov==3.0.0
pytest==7.1.2
python-dotenv==0.20.0
pyupgrade==2.37.3
pyyaml==6.0
requests==2.28.1; python_version >= '3.7' and python_version < '4'
rfc3986[idna2008]==1.5.0
rich==12.5.1
ruamel.yaml.clib==0.2.6; python_version < '3.11' and platform_python_implementation == 'CPython'
ruamel.yaml==0.17.21; python_version >= '3'
safety==2.1.1
setuptools==65.3.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.2.0; python_version >= '3.5'
starlette==0.19.1; python_version >= '3.6'
tokenize-rt==4.2.1; python_full_version >= '3.6.1'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.1; python_version < '3.11'
typing-extensions==4.3.0; python_version >= '3.7'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
uvicorn[standard]==0.18.3
uvloop==0.16.0
watchfiles==0.16.1
websockets==10.3
python-logstash
passlib[bcrypt]
fastapi-jwt-auth[asymmetric]