From da288fb1d28ee98386dbe24210a57b89e6b2f966 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Wed, 4 Oct 2023 11:58:11 -0400 Subject: [PATCH] add Brotli and faust_cchardet --- packages/Brotli/build.yaml | 13 +++++++++++++ packages/faust_cchardet/build.yaml | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 packages/Brotli/build.yaml create mode 100644 packages/faust_cchardet/build.yaml diff --git a/packages/Brotli/build.yaml b/packages/Brotli/build.yaml new file mode 100644 index 0000000..ef98d04 --- /dev/null +++ b/packages/Brotli/build.yaml @@ -0,0 +1,13 @@ +strategy: pypi + +python: + versions: + - "3.7" + - "3.8" + - "3.9" + - "3.10" + - "3.11" + - "3.12" + +package: + versions: latest \ No newline at end of file diff --git a/packages/faust_cchardet/build.yaml b/packages/faust_cchardet/build.yaml new file mode 100644 index 0000000..ef98d04 --- /dev/null +++ b/packages/faust_cchardet/build.yaml @@ -0,0 +1,13 @@ +strategy: pypi + +python: + versions: + - "3.7" + - "3.8" + - "3.9" + - "3.10" + - "3.11" + - "3.12" + +package: + versions: latest \ No newline at end of file