summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d00ba93..7551197 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('paste')
python = import('python').find_installation(
- modules: ['pygments', 'zstandard', 'bozo4'],
+ modules: ['pygments', 'zstandard', 'aiohttp', 'bozo4'],
)
sources = files('pypaste/__main__.py', 'pypaste/s3.py')