Skip to content

Commit

Permalink
Update known 3rd parties (#89)
Browse files Browse the repository at this point in the history
[ master commit f9291b0 ]
  • Loading branch information
iivanov-qb authored and arkq committed Mar 26, 2024
1 parent 8821dbf commit 4833cf8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@
"allure-pytest": ["allure"],
"ansicolors": ["colors"],
"apache-airflow": ["airflow"],
"appengine-python-standard": ["google.appengine"],
"attrs": ["attr", "attrs"],
"awesome-slugify": ["slugify"],
"azure-common": ["azure.common"],
Expand Down Expand Up @@ -575,7 +576,9 @@
"ffmpeg-python": ["ffmpeg"],
"fluent-logger": ["fluent"],
"gitpython": ["git"],
"google-api-core": ["google.api_core"],
"google-api-python-client": ["apiclient", "googleapiclient"],
"google-auth": ["google.auth", "google.oauth2"],
"google-cloud-aiplatform": ["google.cloud.aiplatform"],
"google-cloud-bigquery": ["google.cloud.bigquery"],
"google-cloud-bigtable": ["google.cloud.bigtable"],
Expand All @@ -591,7 +594,12 @@
"google.cloud.logging_v2",
"google.cloud.logging",
],
"google-cloud-pubsub": ["google.cloud.pubsub_v1", "google.cloud.pubsub"],
"google-cloud-pubsub": [
"google.cloud.pubsub_v1",
"google.cloud.pubsub",
"google.pubsub_v1",
"google.pubsub",
],
"google-cloud-secret-manager": ["google.cloud.secretmanager"],
"google-cloud-storage": ["google.cloud.storage"],
"grpcio": ["grpc"],
Expand Down Expand Up @@ -655,6 +663,7 @@
"opentelemetry-sdk": ["opentelemetry.sdk"],
"opentelemetry-test-utils": ["opentelemetry.test"],
"paho-mqtt": ["paho"],
"phonenumberslite": ["phonenumbers"],
"pillow": ["PIL"],
"pillow-simd": ["PIL"],
"pip-tools": ["piptools"],
Expand Down

0 comments on commit 4833cf8

Please sign in to comment.