Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
256 stars 38 forks source link

twitchAPI 3.4.0 doesn't have any dependencies in package #187

Closed aw-was-here closed 1 year ago

aw-was-here commented 1 year ago

Attempting to do a fresh install with 3.4.0 will clearly break upon usage since typing_extensions are missing:

$ python3 -m venv /tmp/2
$ source /tmp/2/bin/activate
$ pip3 install twitchAPI
Collecting twitchAPI
  Using cached twitchAPI-3.4.0-py3-none-any.whl
Installing collected packages: twitchAPI
Successfully installed twitchAPI-3.4.0

[notice] A new release of pip available: 22.2.2 -> 22.3.1
[notice] To update, run: python3.10 -m pip install --upgrade pip
$ 
Teekeks commented 1 year ago

Seems to be working now with version 3.4.1