summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d58f78f..51a7e79 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,7 +10,7 @@ include_package_data = True
10packages = find: 10packages = find:
11install_requires = 11install_requires =
12 websockets ~= 10.0 12 websockets ~= 10.0
13 aiohttp ~= 3.8 13 aiohttp[speedups] ~= 3.8
14 appdirs ~= 1.4 14 appdirs ~= 1.4
15 15
16[options.entry_points] 16[options.entry_points]