From 19ce1248313cc2aec3e169090c209e5be9dc8158 Mon Sep 17 00:00:00 2001 From: Andre Polykanine Date: Sun, 13 Oct 2019 02:00:13 +0300 Subject: [PATCH] Add PyEnchant to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5887fcff..1421f6e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,5 @@ git+https://github.com/manuelcortez/twython git+https://github.com/manuelcortez/libloader git+https://github.com/manuelcortez/platform_utils git+https://github.com/manuelcortez/accessible_output2 -git+https://github.com/jmdaweb/sound_lib \ No newline at end of file +git+https://github.com/jmdaweb/sound_lib +pyenchant \ No newline at end of file