diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 16:10:18 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-12 16:10:18 +0300 |
commit | 1987c6e0fb33265811f65303ecab2591ef1a4f3b (patch) | |
tree | 2191cf4e7ba045008679a358f6a73bf1c34cdfb0 | |
parent | cfd76e629e9033913544db8d99785ae2dca46e09 (diff) | |
download | py-gsxws-1987c6e0fb33265811f65303ecab2591ef1a4f3b.tar.gz py-gsxws-1987c6e0fb33265811f65303ecab2591ef1a4f3b.tar.bz2 py-gsxws-1987c6e0fb33265811f65303ecab2591ef1a4f3b.zip |
Migrate products from YAML to JSON
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |