forked from mckelvin/beancount-boilerplate-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
59 lines (57 loc) · 2.38 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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
#
--index-url https://mirrors.aliyun.com/pypi/simple/
attrs==19.3.0 # via pytest
babel==2.8.0 # via fava, flask-babel
beancount==2.2.3
beautifulsoup4==4.8.2 # via beancount
bottle==0.12.18 # via beancount
cachetools==4.0.0 # via google-auth
certifi==2019.11.28 # via requests
chardet==3.0.4 # via beancount, requests
cheroot==8.2.1 # via fava
click==7.0 # via fava, flask, pip-tools
fava==1.12
flask-babel==0.12.2 # via fava
flask==1.1.1 # via fava, flask-babel
google-api-python-client==1.7.11 # via beancount
google-auth-httplib2==0.0.3 # via google-api-python-client
google-auth==1.10.0 # via google-api-python-client, google-auth-httplib2
httplib2==0.15.0 # via google-api-python-client, google-auth-httplib2
idna==2.8 # via requests
importlib-metadata==1.3.0 # via pluggy, pytest
itsdangerous==1.1.0 # via flask
jaraco.functools==3.0.0 # via cheroot
jinja2==2.10.3 # via fava, flask, flask-babel
lxml==4.4.2 # via beancount
markdown2==2.3.8 # via fava
markupsafe==1.1.1 # via jinja2
more-itertools==8.0.2 # via cheroot, jaraco.functools, pytest, zipp
packaging==19.2 # via pytest
pip-tools==4.3.0
pluggy==0.13.1 # via pytest
ply==3.11 # via beancount, fava
py==1.8.1 # via pytest
pyasn1-modules==0.2.7 # via google-auth
pyasn1==0.4.8 # via pyasn1-modules, rsa
pyparsing==2.4.6 # via packaging
pytest==5.3.2 # via beancount
python-dateutil==2.8.1 # via beancount
python-magic==0.4.15 # via beancount
pytz==2019.3 # via babel
requests==2.22.0
rsa==4.0 # via google-auth
simplejson==3.17.0 # via fava
six==1.13.0 # via cheroot, google-api-python-client, google-auth, packaging, pip-tools, python-dateutil
soupsieve==1.9.5 # via beautifulsoup4
uritemplate==3.0.1 # via google-api-python-client
urllib3==1.25.7 # via requests
wcwidth==0.1.8 # via pytest
werkzeug==0.16.0 # via fava, flask
zipp==0.6.0 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools==44.0.0 # via google-auth