You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been gone from Python for a few years, so apologies in advance for my ignorance. I installed tuyacloud locally with pipenv to do some experimenting and got a ModuleNotFoundError (missing the requests library). Checking the pyproject.toml, I don't see any dependencies declared. Expected?
The text was updated successfully, but these errors were encountered:
I've been gone from Python for a few years, so apologies in advance for my ignorance. I installed
tuyacloud
locally withpipenv
to do some experimenting and got aModuleNotFoundError
(missing therequests
library). Checking thepyproject.toml
, I don't see any dependencies declared. Expected?The text was updated successfully, but these errors were encountered: