-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
requirements.txt
144 lines (144 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile pyproject.toml
#
attrs==22.1.0
# via pytest
babel==2.10.3
# via
# fava
# flask-babel
beancount==2.3.5
# via
# fava
# fava-envelope (pyproject.toml)
beautifulsoup4==4.11.1
# via beancount
bottle==0.12.23
# via beancount
cachetools==5.2.0
# via google-auth
certifi==2023.7.22
# via requests
chardet==5.0.0
# via beancount
charset-normalizer==2.1.1
# via requests
cheroot==8.6.0
# via fava
click==8.1.3
# via
# fava
# flask
fava==1.22.3
# via fava-envelope (pyproject.toml)
flask==2.2.5
# via
# fava
# flask-babel
flask-babel==2.0.0
# via fava
google-api-core==2.10.1
# via google-api-python-client
google-api-python-client==2.64.0
# via beancount
google-auth==2.12.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
google-auth-httplib2==0.1.0
# via google-api-python-client
googleapis-common-protos==1.56.4
# via google-api-core
httplib2==0.20.4
# via
# google-api-python-client
# google-auth-httplib2
idna==3.4
# via requests
iniconfig==1.1.1
# via pytest
itsdangerous==2.1.2
# via flask
jaraco-functools==3.5.2
# via cheroot
jinja2==3.1.3
# via
# fava
# flask
# flask-babel
lxml==4.9.1
# via beancount
markdown2==2.4.5
# via fava
markupsafe==2.1.1
# via
# jinja2
# werkzeug
more-itertools==8.14.0
# via
# cheroot
# jaraco-functools
packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
ply==3.11
# via
# beancount
# fava
protobuf==4.21.7
# via
# google-api-core
# googleapis-common-protos
py==1.11.0
# via pytest
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pyparsing==3.0.9
# via
# httplib2
# packaging
pytest==7.1.3
# via beancount
python-dateutil==2.8.2
# via beancount
python-magic==0.4.27
# via beancount
pytz==2022.4
# via
# babel
# flask-babel
requests==2.31.0
# via
# beancount
# google-api-core
rsa==4.9
# via google-auth
simplejson==3.17.6
# via fava
six==1.16.0
# via
# cheroot
# google-auth
# google-auth-httplib2
# python-dateutil
soupsieve==2.3.2.post1
# via beautifulsoup4
tomli==2.0.1
# via pytest
uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.18
# via requests
werkzeug==3.0.1
# via
# fava
# flask