tweepy-self 1.5.0__tar.gz → 1.5.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/PKG-INFO +2 -2
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/pyproject.toml +2 -2
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/README.md +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/__init__.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/account.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/base/__init__.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/base/client.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/base/session.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/client.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/errors.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/models.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/utils/__init__.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/utils/file.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/utils/html.py +0 -0
- {tweepy_self-1.5.0 → tweepy_self-1.5.1}/twitter/utils/other.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tweepy-self
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.1
|
4
4
|
Summary: Twitter (selfbot) for Python!
|
5
5
|
Author: Alen
|
6
6
|
Author-email: alen.kimov@gmail.com
|
@@ -12,7 +12,7 @@ Requires-Dist: beautifulsoup4 (>=4,<5)
|
|
12
12
|
Requires-Dist: better-proxy (==1.1.0)
|
13
13
|
Requires-Dist: curl_cffi (==0.6.0b9)
|
14
14
|
Requires-Dist: lxml (>=5,<6)
|
15
|
-
Requires-Dist: pydantic (>=
|
15
|
+
Requires-Dist: pydantic (>=1)
|
16
16
|
Requires-Dist: pyotp (>=2,<3)
|
17
17
|
Requires-Dist: python3-capsolver (>=0.9,<0.10)
|
18
18
|
Requires-Dist: yarl (>=1,<2)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "tweepy-self"
|
3
|
-
version = "1.5.
|
3
|
+
version = "1.5.1"
|
4
4
|
description = "Twitter (selfbot) for Python!"
|
5
5
|
authors = ["Alen <alen.kimov@gmail.com>"]
|
6
6
|
readme = "README.md"
|
@@ -12,7 +12,7 @@ curl_cffi = {version = "0.6.0b9", allow-prereleases = true}
|
|
12
12
|
python3-capsolver = "^0.9"
|
13
13
|
better-proxy = "1.1.0"
|
14
14
|
beautifulsoup4 = "^4"
|
15
|
-
pydantic = "
|
15
|
+
pydantic = ">=1"
|
16
16
|
lxml = "^5"
|
17
17
|
pyotp = "^2"
|
18
18
|
yarl = "^1"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|