Skip to content

Commit

Permalink
add ECS client
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Aug 27, 2024
1 parent 053612f commit 9739823
Show file tree
Hide file tree
Showing 8 changed files with 714 additions and 67 deletions.
43 changes: 24 additions & 19 deletions pyright/alt-1/requirements-pinned.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
agate==1.9.1
aiobotocore==2.13.2
aiobotocore==2.13.3
aiofile==3.8.8
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
Expand All @@ -9,7 +9,6 @@ alembic==1.13.2
aniso8601==9.0.1
annotated-types==0.7.0
anyio==4.4.0
appnope==0.1.4
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
arrow==1.3.0
Expand All @@ -18,16 +17,17 @@ asn1crypto==1.5.1
astroid==3.2.4
asttokens==2.4.1
async-lru==2.0.4
async-timeout==4.0.3
attrs==24.2.0
babel==2.16.0
backoff==2.2.1
backports-tarfile==1.2.0
beautifulsoup4==4.12.3
bleach==6.1.0
boto3==1.34.131
botocore==1.34.131
buildkite-test-collector==0.1.8
boto3==1.34.162
boto3-stubs==1.35.6
botocore==1.34.162
botocore-stubs==1.35.6
buildkite-test-collector==0.1.9
cachetools==5.5.0
caio==0.9.17
certifi==2024.7.4
Expand Down Expand Up @@ -83,7 +83,6 @@ distlib==0.3.8
docker==7.1.0
docstring-parser==0.16
duckdb==1.0.0
exceptiongroup==1.2.2
execnet==2.1.1
executing==2.0.1
fastjsonschema==2.20.0
Expand All @@ -103,11 +102,12 @@ google-cloud-core==2.4.1
google-cloud-storage==2.18.2
google-crc32c==1.5.0
google-resumable-media==2.7.2
googleapis-common-protos==1.63.2
googleapis-common-protos==1.64.0
gql==3.5.0
graphene==3.3
graphql-core==3.2.3
graphql-relay==3.2.0
greenlet==3.0.3
grpcio==1.66.0
grpcio-health-checking==1.62.3
grpcio-status==1.62.3
Expand All @@ -118,8 +118,8 @@ httplib2==0.22.0
httptools==0.6.1
httpx==0.27.0
humanfriendly==10.0
hypothesis==6.111.1
idna==3.7
hypothesis==6.111.2
idna==3.8
importlib-metadata==6.11.0
iniconfig==2.0.0
ipykernel==6.29.5
Expand All @@ -131,6 +131,7 @@ jaraco-classes==3.4.0
jaraco-context==6.0.1
jaraco-functools==4.0.2
jedi==0.19.1
jeepney==0.8.0
jinja2==3.1.4
jmespath==1.0.1
joblib==1.4.2
Expand All @@ -144,7 +145,7 @@ jupyter-events==0.10.0
jupyter-lsp==2.2.5
jupyter-server==2.14.2
jupyter-server-terminals==0.5.3
jupyterlab==4.2.4
jupyterlab==4.2.5
jupyterlab-pygments==0.3.0
jupyterlab-server==2.27.3
keyring==25.3.0
Expand All @@ -168,7 +169,8 @@ morefs==0.2.2
msgpack==1.0.8
multidict==6.0.5
multimethod==1.10
mypy==1.11.1
mypy==1.11.2
mypy-boto3-ecs==1.35.2
mypy-extensions==1.0.0
mypy-protobuf==3.6.0
nbclient==0.10.0
Expand Down Expand Up @@ -219,7 +221,7 @@ pygments==2.18.0
pyjwt==2.9.0
pylint==3.2.6
pyopenssl==24.2.1
pyparsing==3.1.2
pyparsing==3.1.4
pyproject-api==1.7.1
pyright==1.1.370
pyspark==3.5.2
Expand All @@ -245,14 +247,15 @@ requests-toolbelt==1.0.0
responses==0.23.1
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rich==13.7.1
rich==13.8.0
rpds-py==0.20.0
rsa==4.9
s3fs==2024.3.1
s3transfer==0.10.2
scikit-learn==1.5.1
scipy==1.14.1
seaborn==0.13.2
secretstorage==3.3.3
send2trash==1.8.3
setuptools==73.0.1
shellingham==1.5.4
Expand All @@ -264,13 +267,13 @@ snowflake-sqlalchemy==1.5.1
sortedcontainers==2.4.0
soupsieve==2.6
sqlalchemy==1.4.53
sqlglot==25.16.0
sqlglot==25.17.0
sqlglotrs==0.2.9
sqlparse==0.5.1
stack-data==0.6.3
starlette==0.38.2
structlog==24.4.0
syrupy==4.6.4
syrupy==4.7.1
tabulate==0.9.0
terminado==0.18.1
text-unidecode==1.3
Expand All @@ -284,7 +287,8 @@ tox==4.18.0
tqdm==4.66.5
traitlets==5.14.3
typeguard==4.3.0
typer==0.12.4
typer==0.12.5
types-awscrt==0.21.2
types-backports==0.1.3
types-certifi==2021.10.8.3
types-cffi==1.16.0.20240331
Expand All @@ -299,6 +303,7 @@ types-python-dateutil==2.9.0.20240821
types-pytz==2024.1.0.20240417
types-pyyaml==6.0.12.20240808
types-requests==2.32.0.20240712
types-s3transfer==0.10.1
types-setuptools==73.0.0.20240822
types-simplejson==3.19.0.20240801
types-six==1.16.21.20240513
Expand All @@ -316,7 +321,7 @@ urllib3==2.2.2
uvicorn==0.30.6
uvloop==0.20.0
virtualenv==20.26.3
watchdog==4.0.2
watchdog==5.0.0
watchfiles==0.23.0
wcwidth==0.2.13
webcolors==24.8.0
Expand All @@ -326,4 +331,4 @@ websockets==13.0
wheel==0.44.0
wrapt==1.16.0
yarl==1.9.4
zipp==3.20.0
zipp==3.20.1
Loading

0 comments on commit 9739823

Please sign in to comment.