FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
twitter_openapi_python/twitter_openapi_python/pyproject.toml at master · cjh0613/twitter_openapi_python · GitHub
cjh0613
/
twitter_openapi_python
Public
forked from
fa0311/twitter_openapi_python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
twitter_openapi_python
/
twitter_openapi_python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (23 loc) · 736 Bytes
Breadcrumbs
twitter_openapi_python
/
twitter_openapi_python
/
pyproject.toml
Copy path
File metadata and controls
29 lines (23 loc) · 736 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
tool
.
poetry
]
name
=
"
twitter_openapi_python
"
version
=
"
0.0.9
"
description
=
"
Twitter OpenAPI
"
authors
= [
"
fa0311 <yuki@yuki0311.com>
"
]
license
=
"
proprietary
"
#
or "AGPL-3.0-only"
readme
=
"
README.md
"
license_file
=
"
LICENSE
"
repository
=
"
https://github.com/fa0311/twitter_openapi_python
"
keywords
= [
"
twitter
"
,
"
api
"
,
"
python
"
,
"
scraper
"
]
include
= [
"
twitter_openapi_python/py.typed
"
]
[
tool
.
poetry
.
dependencies
]
python
=
"
^3.7
"
pydantic
=
"
^1.10.5, <2
"
twitter-openapi-python-generated
=
"
0.0.6
"
[
tool
.
poetry
.
dev-dependencies
]
[
build-system
]
requires
= [
"
setuptools
"
]
build-backend
=
"
setuptools.build_meta
"
[
tool
.
pylint
.
'MESSAGES
CONTROL'
]
extension-pkg-whitelist
=
"
pydantic
"
[
tool
.
pyright
]
reportPrivateImportUsage
=
false
Back
|
FazBrowse Home
|
New Git URL