From 1987c6e0fb33265811f65303ecab2591ef1a4f3b Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 12 May 2021 16:10:18 +0300 Subject: Migrate products from YAML to JSON --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49b7488..c27fc6e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( description='Library for communicating with GSX Web Services API.', long_description=long_description, long_description_content_type='text/markdown', - install_requires=['PyYAML', 'lxml', 'requests'], + install_requires=['lxml', 'requests'], classifiers=[ 'Environment :: Web Environment', 'Intended Audience :: Developers', -- cgit v1.2.3