Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fava from 1.17 to 1.22.2 #21

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
225 changes: 169 additions & 56 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,62 +4,175 @@
#
# pip-compile
#
--index-url https://pypi.doubanio.com/simple

apiclient==1.0.4 # via -r requirements.in
attrs==20.3.0 # via pytest
babel==2.9.0 # via fava, flask-babel
beancount==2.3.3 # via -r requirements.in, fava
beautifulsoup4==4.9.3 # via beancount
bottle==0.12.19 # via beancount
cachetools==4.1.1 # via google-auth
certifi==2020.11.8 # via apiclient, requests
chardet==3.0.4 # via beancount, requests
cheroot==8.4.8 # via fava
click==7.1.2 # via fava, flask, pip-tools
fava==1.17 # via -r requirements.in
flask-babel==2.0.0 # via fava
flask==1.1.2 # via fava, flask-babel
google-api-core==1.23.0 # via google-api-python-client
google-api-python-client==1.12.8 # via beancount
google-auth-httplib2==0.0.4 # via google-api-python-client
google-auth==1.23.0 # via google-api-core, google-api-python-client, google-auth-httplib2
googleapis-common-protos==1.52.0 # via google-api-core
httplib2==0.18.1 # via -r requirements.in, google-api-python-client, google-auth-httplib2, oauth2client
idna==2.10 # via requests
iniconfig==1.1.1 # via pytest
itsdangerous==1.1.0 # via flask
jaraco.functools==3.0.1 # via cheroot
jinja2==2.11.2 # via fava, flask, flask-babel
lxml==4.6.1 # via beancount
markdown2==2.3.10 # via fava
markupsafe==1.1.1 # via jinja2
more-itertools==8.6.0 # via cheroot, jaraco.functools
numpy==1.19.4 # via pandas
oauth2client==4.1.3 # via -r requirements.in
packaging==20.4 # via pytest
pandas==1.1.4 # via -r requirements.in
pip-tools==5.4.0 # via -r requirements.in
pluggy==0.13.1 # via pytest
ply==3.11 # via beancount, fava
protobuf==3.14.0 # via google-api-core, googleapis-common-protos
py==1.9.0 # via pytest
pyasn1-modules==0.2.8 # via google-auth, oauth2client
pyasn1==0.4.8 # via oauth2client, pyasn1-modules, rsa
pyparsing==2.4.7 # via packaging
pytest==6.1.2 # via beancount
python-dateutil==2.8.1 # via beancount, pandas
python-magic==0.4.18 # via beancount
pytz==2020.4 # via babel, flask-babel, google-api-core, pandas
requests==2.25.0 # via -r requirements.in, beancount, google-api-core
rsa==4.6 # via google-auth, oauth2client
simplejson==3.17.2 # via fava
six==1.15.0 # via cheroot, google-api-core, google-api-python-client, google-auth, google-auth-httplib2, oauth2client, packaging, pip-tools, protobuf, python-dateutil
soupsieve==2.0.1 # via beautifulsoup4
toml==0.10.2 # via pytest
uritemplate==3.0.1 # via google-api-python-client
urllib3==1.26.2 # via apiclient, requests
werkzeug==1.0.1 # via fava, flask
apiclient==1.0.4
# via -r requirements.in
attrs==20.3.0
# via pytest
babel==2.9.0
# via
# fava
# flask-babel
beancount==2.3.3
# via
# -r requirements.in
# fava
beautifulsoup4==4.9.3
# via beancount
bottle==0.12.19
# via beancount
cachetools==4.1.1
# via google-auth
certifi==2020.11.8
# via
# apiclient
# requests
chardet==3.0.4
# via
# beancount
# requests
cheroot==8.4.8
# via fava
click==8.1.3
# via
# fava
# flask
# pip-tools
fava==1.22.2
# via -r requirements.in
flask==2.2.1
# via
# fava
# flask-babel
flask-babel==2.0.0
# via fava
google-api-core==1.23.0
# via google-api-python-client
google-api-python-client==1.12.8
# via beancount
google-auth==1.23.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
google-auth-httplib2==0.0.4
# via google-api-python-client
googleapis-common-protos==1.52.0
# via google-api-core
httplib2==0.18.1
# via
# -r requirements.in
# google-api-python-client
# google-auth-httplib2
# oauth2client
idna==2.10
# via requests
iniconfig==1.1.1
# via pytest
itsdangerous==2.1.2
# via flask
jaraco-functools==3.0.1
# via cheroot
jinja2==3.1.2
# via
# fava
# flask
# flask-babel
lxml==4.6.1
# via beancount
markdown2==2.3.10
# via fava
markupsafe==2.1.1
# via
# jinja2
# werkzeug
more-itertools==8.6.0
# via
# cheroot
# jaraco-functools
numpy==1.19.4
# via pandas
oauth2client==4.1.3
# via -r requirements.in
packaging==20.4
# via pytest
pandas==1.1.4
# via -r requirements.in
pip-tools==5.4.0
# via -r requirements.in
pluggy==0.13.1
# via pytest
ply==3.11
# via
# beancount
# fava
protobuf==3.14.0
# via
# google-api-core
# googleapis-common-protos
py==1.9.0
# via pytest
pyasn1==0.4.8
# via
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via
# google-auth
# oauth2client
pyparsing==2.4.7
# via packaging
pytest==6.1.2
# via beancount
python-dateutil==2.8.1
# via
# beancount
# pandas
python-magic==0.4.18
# via beancount
pytz==2020.4
# via
# babel
# flask-babel
# google-api-core
# pandas
requests==2.25.0
# via
# -r requirements.in
# beancount
# google-api-core
rsa==4.6
# via
# google-auth
# oauth2client
simplejson==3.17.2
# via fava
six==1.15.0
# via
# cheroot
# google-api-core
# google-api-python-client
# google-auth
# google-auth-httplib2
# oauth2client
# packaging
# pip-tools
# protobuf
# python-dateutil
soupsieve==2.0.1
# via beautifulsoup4
toml==0.10.2
# via pytest
uritemplate==3.0.1
# via google-api-python-client
urllib3==1.26.2
# via
# apiclient
# requests
werkzeug==2.2.1
# via
# fava
# flask

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down