forked from rednafi/hook-slinger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
120 lines (120 loc) · 2 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-emit-options --output-file=requirements.txt requirements.in
#
anyio==3.6.2
# via
# httpx
# starlette
bcrypt==4.0.1
# via paramiko
certifi==2022.12.7
# via
# httpcore
# httpx
cffi==1.15.1
# via
# cryptography
# pynacl
click==8.1.3
# via
# flask
# rq
# rqmonitor
# uvicorn
cryptography==39.0.0
# via paramiko
fabric==2.7.1
# via rqmonitor
fastapi==0.95.2
# via -r requirements.in
flask==2.2.2
# via rqmonitor
h11==0.14.0
# via
# httpcore
# uvicorn
h2==4.1.0
# via httpx
hpack==4.0.0
# via h2
httpcore==1.0.2
# via httpx
httpx[http2]==0.25.2
# via
# -r requirements.in
# httpx
humanize==4.4.0
# via rqmonitor
hyperframe==6.0.1
# via h2
idna==3.4
# via
# anyio
# httpx
invoke==1.7.3
# via
# fabric
# rqmonitor
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
markdown-it-py==2.2.0
# via rich
markupsafe==2.1.1
# via
# jinja2
# werkzeug
mdurl==0.1.2
# via markdown-it-py
paramiko==2.12.0
# via fabric
pathlib2==2.3.7.post1
# via fabric
pycparser==2.21
# via cffi
pydantic==1.10.4
# via fastapi
pygments==2.14.0
# via rich
pynacl==1.5.0
# via paramiko
python-dotenv==1.0.0
# via -r requirements.in
redis==5.0.1
# via
# -r requirements.in
# rq
# rqmonitor
rich==13.7.0
# via -r requirements.in
rq==1.15.1
# via
# -r requirements.in
# rqmonitor
rqmonitor==1.0.6
# via -r requirements.in
six==1.16.0
# via
# paramiko
# pathlib2
# rqmonitor
sniffio==1.3.0
# via
# anyio
# httpx
starlette==0.27.0
# via fastapi
toml==0.10.2
# via -r requirements.in
typing-extensions==4.4.0
# via pydantic
uvicorn==0.24.0.post1
# via -r requirements.in
werkzeug==2.2.2
# via
# flask
# rqmonitor