-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to pyproject.toml, instead of setup.py (#5821)
- Loading branch information
Showing
13 changed files
with
253 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["setuptools >= 40.6.0", "wheel"] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ inflection | |
lxml | ||
mypy | ||
packaging | ||
build | ||
prompt_toolkit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,214 @@ | ||
[metadata] | ||
name = moto | ||
version = 4.1.0.dev | ||
long_description = file:README.md | ||
long_description_content_type = text/markdown | ||
author = Steve Pulec | ||
author_email = "[email protected]" | ||
url = https://github.com/spulec/moto | ||
license = Apache License 2.0 | ||
test_suite = tests | ||
classifiers = | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
License :: OSI Approved :: Apache Software License | ||
Topic :: Software Development :: Testing | ||
keywords = aws ec2 s3 boto3 mock | ||
project_urls = | ||
Documentation = http://docs.getmoto.org/en/latest/ | ||
Issue tracker = https://github.com/spulec/moto/issues | ||
Changelog = https://github.com/spulec/moto/blob/master/CHANGELOG.md | ||
|
||
[options] | ||
python_requires = >=3.7 | ||
install_requires = | ||
boto3>=1.9.201 | ||
botocore>=1.12.201 | ||
cryptography>=3.3.1 | ||
requests>=2.5 | ||
xmltodict | ||
werkzeug>=0.5,!=2.2.0,!=2.2.1 | ||
python-dateutil<3.0.0,>=2.1 | ||
responses>=0.13.0 | ||
Jinja2>=2.10.1 | ||
importlib_metadata ; python_version < '3.8' | ||
package_dir = | ||
moto = moto | ||
include_package_data = True | ||
|
||
[options.extras_require] | ||
all = | ||
python-jose[cryptography]>=3.1.0,<4.0.0 | ||
ecdsa!=0.15 | ||
docker>=2.5.1 | ||
graphql-core | ||
PyYAML>=5.1 | ||
cfn-lint>=0.40.0 | ||
sshpubkeys>=3.1.0 | ||
openapi-spec-validator>=0.2.8 | ||
pyparsing>=3.0.7 | ||
jsondiff>=1.1.2 | ||
aws-xray-sdk!=0.96,>=0.93 | ||
setuptools | ||
server = | ||
python-jose[cryptography]>=3.1.0,<4.0.0 | ||
ecdsa!=0.15 | ||
docker>=2.5.1 | ||
graphql-core | ||
PyYAML>=5.1 | ||
cfn-lint>=0.40.0 | ||
sshpubkeys>=3.1.0 | ||
openapi-spec-validator>=0.2.8 | ||
pyparsing>=3.0.7 | ||
jsondiff>=1.1.2 | ||
aws-xray-sdk!=0.96,>=0.93 | ||
setuptools | ||
flask!=2.2.0,!=2.2.1 | ||
flask-cors | ||
acm = | ||
acmpca = | ||
amp = | ||
apigateway = | ||
PyYAML>=5.1 | ||
python-jose[cryptography]>=3.1.0,<4.0.0 | ||
ecdsa!=0.15 | ||
openapi-spec-validator>=0.2.8 | ||
apigatewayv2 = PyYAML>=5.1 | ||
applicationautoscaling = | ||
appsync = graphql-core | ||
athena = | ||
autoscaling = | ||
awslambda = docker>=2.5.1 | ||
batch = docker>=2.5.1 | ||
batch_simple = | ||
budgets = | ||
ce = | ||
cloudformation = | ||
python-jose[cryptography]>=3.1.0,<4.0.0 | ||
ecdsa!=0.15 | ||
docker>=2.5.1 | ||
graphql-core | ||
PyYAML>=5.1 | ||
cfn-lint>=0.40.0 | ||
sshpubkeys>=3.1.0 | ||
openapi-spec-validator>=0.2.8 | ||
pyparsing>=3.0.7 | ||
jsondiff>=1.1.2 | ||
aws-xray-sdk!=0.96,>=0.93 | ||
setuptools | ||
cloudfront = | ||
cloudtrail = | ||
cloudwatch = | ||
codebuild = | ||
codecommit = | ||
codepipeline = | ||
cognitoidentity = | ||
cognitoidp = | ||
python-jose[cryptography]>=3.1.0,<4.0.0 | ||
ecdsa!=0.15 | ||
comprehend = | ||
config = | ||
databrew = | ||
datapipeline = | ||
datasync = | ||
dax = | ||
dms = | ||
ds = sshpubkeys>=3.1.0 | ||
dynamodb = docker>=2.5.1 | ||
dynamodbstreams = docker>=2.5.1 | ||
ebs = sshpubkeys>=3.1.0 | ||
ec2 = sshpubkeys>=3.1.0 | ||
ec2instanceconnect = | ||
ecr = | ||
ecs = | ||
efs = sshpubkeys>=3.1.0 | ||
eks = | ||
elasticache = | ||
elasticbeanstalk = | ||
elastictranscoder = | ||
elb = | ||
elbv2 = | ||
emr = | ||
emrcontainers = | ||
emrserverless = | ||
es = | ||
events = | ||
firehose = | ||
forecast = | ||
glacier = | ||
glue = pyparsing>=3.0.7 | ||
greengrass = | ||
guardduty = | ||
iam = | ||
iot = | ||
iotdata = jsondiff>=1.1.2 | ||
kinesis = | ||
kinesisvideo = | ||
kinesisvideoarchivedmedia = | ||
kms = | ||
logs = | ||
managedblockchain = | ||
mediaconnect = | ||
medialive = | ||
mediapackage = | ||
mediastore = | ||
mediastoredata = | ||
meteringmarketplace = | ||
mq = | ||
opsworks = | ||
organizations = | ||
personalize = | ||
pinpoint = | ||
polly = | ||
quicksight = | ||
ram = | ||
rds = | ||
redshift = | ||
redshiftdata = | ||
rekognition = | ||
resourcegroups = | ||
resourcegroupstaggingapi = | ||
route53 = | ||
route53resolver = sshpubkeys>=3.1.0 | ||
s3 = PyYAML>=5.1 | ||
s3control = | ||
sagemaker = | ||
sdb = | ||
secretsmanager = | ||
servicediscovery = | ||
servicequotas = | ||
ses = | ||
signer = | ||
sns = | ||
sqs = | ||
ssm = | ||
PyYAML>=5.1 | ||
ssoadmin = | ||
stepfunctions = | ||
sts = | ||
support = | ||
swf = | ||
textract = | ||
timestreamwrite = | ||
transcribe = | ||
wafv2 = | ||
# XRay module uses pkg_resources, but doesn't have an explicit dependency listed. This is fixed in 2.9.0: | ||
# https://github.com/aws/aws-xray-sdk-python/issues/305 | ||
xray = | ||
aws-xray-sdk!=0.96,>=0.93 | ||
setuptools | ||
|
||
[options.entry_points] | ||
console_scripts = | ||
moto_server = moto.server:main | ||
|
||
[bdist_wheel] | ||
universal=1 | ||
|
||
[tool:pytest] | ||
markers = | ||
network: marks tests which require network connection | ||
|
Oops, something went wrong.