Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Apr 27, 2022
1 parent e061955 commit ca55d46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ pyrsistent>=0.16.1,<0.17
zipp==3.4.1
sasl==0.3.1
wrapt==1.12.1 # required by astroid<2.9 until we bump pylint
aiohttp==3.7.4
10 changes: 6 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:8e1f4e29cff52824dc5e1c2937c4ea1b1b3187fe
# SHA1:36b61211c8ad8c91cf047ad9212f9489e3eeefda
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -7,8 +7,10 @@
#
-e file:.
# via -r requirements/base.in
aiohttp==3.7.4.post0
# via slackclient
aiohttp==3.7.4
# via
# -r requirements/base.in
# slackclient
alembic==1.6.5
# via flask-migrate
amqp==5.1.0
Expand Down Expand Up @@ -37,7 +39,7 @@ celery==5.2.2
# via apache-superset
cffi==1.14.6
# via cryptography
chardet==4.0.0
chardet==3.0.4
# via aiohttp
click==8.0.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ botocore==1.21.19
# s3transfer
cached-property==1.5.2
# via tableschema
certifi==2021.5.30
certifi==2021.10.8
# via requests
charset-normalizer==2.0.4
# via requests
Expand Down
6 changes: 0 additions & 6 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
# via
# -r requirements/base.in
# -r requirements/testing.in
appnope==0.1.2
# via ipython
astroid==2.6.6
# via pylint
backcall==0.2.0
Expand Down Expand Up @@ -159,8 +157,6 @@ requests-oauthlib==1.3.0
# via google-auth-oauthlib
rsa==4.7.2
# via google-auth
sqlalchemy-trino==0.4.1
# via apache-superset
sqloxide==0.1.15
# via -r requirements/testing.in
statsd==3.3.0
Expand All @@ -169,8 +165,6 @@ traitlets==5.0.5
# via
# ipython
# matplotlib-inline
trino==0.306
# via sqlalchemy-trino
typing-inspect==0.7.1
# via libcst
websocket-client==1.2.0
Expand Down

0 comments on commit ca55d46

Please sign in to comment.