Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jul 28, 2021
1 parent 25d140c commit a99b9aa
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 45 deletions.
100 changes: 59 additions & 41 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cffi==1.14.6
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
charset-normalizer==2.0.3; python_version >= '3'
click==8.0.1; python_version >= '3.6'
coverage==5.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
coverage==5.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
docutils==0.16; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
idna==3.2; python_version >= '3'
imagesize==1.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand All @@ -33,7 +33,7 @@ markupsafe==2.0.1; python_version >= '3.6'
mnemonic==0.20
multidict==5.1.0; python_version >= '3.6'
mypy-extensions==0.4.3
mypy==0.910
mypy==0.800
packaging==21.0; python_version >= '3.6'
pathspec==0.9.0
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down Expand Up @@ -64,8 +64,7 @@ sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5'
stellar-base-sseclient==0.0.21
toml==0.10.2
tomli==1.1.0; python_version >= '3.6'
types-requests==2.25.0
types-toml==0.1.3
typed-ast==1.4.3
typing-extensions==3.10.0.0
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
werkzeug==2.0.1; python_version >= '3.6'
Expand Down

0 comments on commit a99b9aa

Please sign in to comment.