tkapi icon indicating copy to clipboard operation
tkapi copied to clipboard

missing dependencies in setup.py

Open ndkv opened this issue 8 years ago • 1 comments

The following dependencies are requires but missing from setup.py.

  • urllib3
  • chardet
  • certifi
  • idna

I'd add them in a pull request but don't know which versions are targeted.

ndkv avatar Nov 16 '17 14:11 ndkv

@ndkv Those are all dependencies of the requests package and should be collected and installed when using pip install tkapi.

As far as I know I should not list these indirect dependencies in setup.py. Please let me know if this is not correct. And also how and where you got an error, if so?

bartromgens avatar Nov 20 '17 18:11 bartromgens