-
-
Notifications
You must be signed in to change notification settings - Fork 94
/
requirements.txt
113 lines (112 loc) · 2.09 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
#
# This file is autogenerated by hatch-pip-compile with Python 3.11
#
# - click~=8.1.3
# - fake-useragent~=1.4.0
# - pandas<3,>=2
# - pydantic~=1.10.13
# - python-dotenv~=1.0.0
# - pytz~=2023.2
# - pyyaml~=6.0
# - ratelimit~=2.2.1
# - requests~=2.31.0
# - rich-click~=1.6.1
# - rich~=13.3.2
# - tenacity~=8.2.2
# - apprise~=1.3.0
# - trogon~=0.4.0
# - twilio~=7.17.0
#
apprise==1.3.0
# via hatch.envs.default
certifi==2023.11.17
# via
# apprise
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# hatch.envs.default
# apprise
# rich-click
# trogon
fake-useragent==1.4.0
# via hatch.envs.default
idna==3.6
# via requests
linkify-it-py==2.0.2
# via markdown-it-py
markdown==3.5.1
# via apprise
markdown-it-py==2.2.0
# via
# mdit-py-plugins
# rich
# textual
mdit-py-plugins==0.4.0
# via markdown-it-py
mdurl==0.1.2
# via markdown-it-py
numpy==1.26.3
# via pandas
oauthlib==3.2.2
# via requests-oauthlib
pandas==2.1.4
# via hatch.envs.default
pydantic==1.10.13
# via hatch.envs.default
pygments==2.17.2
# via rich
pyjwt==2.8.0
# via twilio
python-dateutil==2.8.2
# via pandas
python-dotenv==1.0.0
# via hatch.envs.default
pytz==2023.3.post1
# via
# hatch.envs.default
# pandas
# twilio
pyyaml==6.0.1
# via
# hatch.envs.default
# apprise
ratelimit==2.2.1
# via hatch.envs.default
requests==2.31.0
# via
# hatch.envs.default
# apprise
# requests-oauthlib
# twilio
requests-oauthlib==1.3.1
# via apprise
rich==13.3.5
# via
# hatch.envs.default
# rich-click
# textual
rich-click==1.6.1
# via hatch.envs.default
six==1.16.0
# via python-dateutil
tenacity==8.2.3
# via hatch.envs.default
textual==0.47.1
# via trogon
trogon==0.4.0
# via hatch.envs.default
twilio==7.17.0
# via hatch.envs.default
typing-extensions==4.9.0
# via
# pydantic
# textual
tzdata==2023.4
# via pandas
uc-micro-py==1.0.2
# via linkify-it-py
urllib3==2.1.0
# via requests