FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testcontainers-python/localstack/setup.py at master · pofl/testcontainers-python · GitHub
pofl
/
testcontainers-python
Public
forked from
testcontainers/testcontainers-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
testcontainers-python
/
localstack
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 498 Bytes
Breadcrumbs
testcontainers-python
/
localstack
/
setup.py
Copy path
File metadata and controls
17 lines (15 loc) · 498 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
from
setuptools
import
setup
,
find_namespace_packages
description
=
"LocalStack component of testcontainers-python."
setup
(
name
=
"testcontainers-localstack"
,
version
=
"0.0.1rc1"
,
packages
=
find_namespace_packages
(),
description
=
description
,
long_description
=
description
,
long_description_content_type
=
"text/x-rst"
,
url
=
"https://github.com/testcontainers/testcontainers-python"
,
install_requires
=
[
"testcontainers-core"
,
],
python_requires
=
">=3.7"
,
)
Back
|
FazBrowse Home
|
New Git URL