-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
78 lines (78 loc) · 1.42 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
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
certifi==2023.7.22
# via requests
cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
# via typer
contourpy==1.1.0
# via matplotlib
cryptography==41.0.2
# via pyjwt
cssselect==1.2.0
# via -r requirements.in
cycler==0.11.0
# via matplotlib
deprecated==1.2.14
# via pygithub
fonttools==4.41.1
# via matplotlib
idna==3.4
# via requests
kiwisolver==1.4.4
# via matplotlib
lxml==4.9.3
# via -r requirements.in
matplotlib==3.7.2
# via -r requirements.in
numpy==1.25.1
# via
# -r requirements.in
# contourpy
# matplotlib
# pandas
packaging==23.1
# via matplotlib
pandas==2.0.3
# via -r requirements.in
pillow==10.0.0
# via matplotlib
pycparser==2.21
# via cffi
pygithub==1.59.0
# via -r requirements.in
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
pyparsing==3.0.9
# via matplotlib
python-dateutil==2.8.2
# via
# matplotlib
# pandas
pytz==2023.3
# via pandas
requests==2.31.0
# via pygithub
six==1.16.0
# via python-dateutil
typer==0.9.0
# via -r requirements.in
typing-extensions==4.7.1
# via typer
tzdata==2023.3
# via pandas
urllib3==2.0.4
# via requests
wrapt==1.15.0
# via deprecated