-
Notifications
You must be signed in to change notification settings - Fork 7
/
requirements.txt
54 lines (54 loc) · 1.05 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
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=requirements.txt setup.py
#
certifi==2022.12.7
# via requests
cffi==1.15.0
# via pynacl
charset-normalizer==2.0.12
# via requests
click==8.1.2
# via cherrytree (setup.py)
delegator-py==0.1.1
# via cherrytree (setup.py)
deprecated==1.2.13
# via pygithub
gitdb==4.0.9
# via gitpython
gitpython==3.1.30
# via cherrytree (setup.py)
idna==3.3
# via requests
pexpect==4.8.0
# via delegator-py
ptyprocess==0.7.0
# via pexpect
pycparser==2.21
# via cffi
pygithub==1.55
# via cherrytree (setup.py)
pyjwt==2.4.0
# via pygithub
pynacl==1.5.0
# via pygithub
python-dateutil==2.8.2
# via cherrytree (setup.py)
pyyaml==6.0
# via cherrytree (setup.py)
requests==2.27.1
# via pygithub
six==1.16.0
# via python-dateutil
smmap==5.0.0
# via gitdb
termcolor==1.1.0
# via yaspin
urllib3==1.26.9
# via requests
wrapt==1.14.0
# via deprecated
yaspin==2.1.0
# via cherrytree (setup.py)