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

[Issue 305] Mark packages as typed #365

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions arangodb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"python-arango",
],
package_data={"": ["arangodb/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions azurite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"azure-storage-blob",
],
package_data={"": ["azurite/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions clickhouse/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"clickhouse-driver",
],
package_data={"": ["clickhouse/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions compose/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"docker-compose",
],
package_data={"": ["compose/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"urllib3<2.0", # https://github.com/docker/docker-py/issues/3113#issuecomment-1533389349
"wrapt",
],
package_data={"": ["core/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions elasticsearch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
install_requires=[
"testcontainers-core",
],
package_data={"": ["elasticsearch/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions google/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"google-cloud-pubsub>=2",
],
package_data={"": ["google/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions kafka/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"kafka-python",
],
package_data={"": ["kafka/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions keycloak/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"python-keycloak",
],
package_data={"": ["keycloak/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions localstack/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"boto3",
"testcontainers-core",
],
package_data={"": ["localstack/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions minio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"minio",
],
package_data={"": ["minio/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions mongodb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"pymongo",
],
package_data={"": ["mongodb/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions mssql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"sqlalchemy",
"pymssql",
],
package_data={"": ["mssql/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions mysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"sqlalchemy",
"pymysql[rsa]"
],
package_data={"": ["mysql/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions neo4j/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"neo4j",
],
package_data={"": ["neo4j/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions nginx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
install_requires=[
"testcontainers-core",
],
package_data={"": ["nginx/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions opensearch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"opensearch-py",
],
package_data={"": ["opensearch/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions oracle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"sqlalchemy",
"cx_Oracle",
],
package_data={"": ["oracle/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions postgres/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"sqlalchemy",
"psycopg2-binary",
],
package_data={"": ["postgres/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions rabbitmq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"pika",
],
package_data={"": ["rabbitmq/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions redis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"redis",
],
package_data={"": ["redis/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.
2 changes: 2 additions & 0 deletions selenium/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"testcontainers-core",
"selenium",
],
package_data={"": ["selenium/py.typed"]},
python_requires=">=3.7",
zip_safe=False,
)
Empty file.