mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Release: https://pypi.org/pypi/requests-oauthlib/2.0.0 Homepage: https://github.com/requests/requests-oauthlib Repository: https://github.com/requests/requests-oauthlib Diff: https://github.com/requests/requests-oauthlib/compare/v1.4.0...v2.0.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `tests/examples/__init__.py`. - 0 files included in typeshed's stubs have been deleted. - 1 file included in typeshed's stubs has been modified or renamed: `requests_oauthlib/__init__.py`. - Total lines of Python code added: 2. - Total lines of Python code deleted: 4.
4 lines
136 B
TOML
4 lines
136 B
TOML
version = "2.0.*"
|
|
upstream_repository = "https://github.com/requests/requests-oauthlib"
|
|
requires = ["types-oauthlib", "types-requests"]
|