spyse-com / spyse-python

The official wrapper for spyse.com API, written in Python, aimed to help developers build their integrations with Spyse.
https://spyse.com
MIT License
21 stars 11 forks source link

make dataclasses optional #7

Open blshkv opened 2 years ago

blshkv commented 2 years ago

Hi, can you make dataclasses conditional, since it is a backport for Python 3.6 and included in newer Python versions?

https://github.com/spyse-com/spyse-python/blob/main/requirements.txt#L2 https://github.com/spyse-com/spyse-python/blob/main/setup.py#L21

Thanks