aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-12 16:10:18 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-12 16:10:18 +0300
commit1987c6e0fb33265811f65303ecab2591ef1a4f3b (patch)
tree2191cf4e7ba045008679a358f6a73bf1c34cdfb0
parentcfd76e629e9033913544db8d99785ae2dca46e09 (diff)
downloadpy-gsxws-1987c6e0fb33265811f65303ecab2591ef1a4f3b.tar.gz
py-gsxws-1987c6e0fb33265811f65303ecab2591ef1a4f3b.tar.bz2
py-gsxws-1987c6e0fb33265811f65303ecab2591ef1a4f3b.zip
Migrate products from YAML to JSON
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',