summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2023-06-11 13:59:19 +0200
committerGravatar Tom van der Lee <tom@vanderlee.io>2023-06-11 13:59:19 +0200
commit503b2959fcbd6af46022cf7e483fc2578c59fe4d (patch)
tree95437b21fbda98d978d08b8babb468914ef67b86 /setup.cfg
parent51f276fcc03902bd6f0adaf27df74390b3d03c13 (diff)
downloadclient-2.0.1.tar.gz
client-2.0.1.tar.bz2
client-2.0.1.zip
Added speedups to setup.cfgv2.0.1
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]