Skip to content

Commit e5abf63

Browse files
committedJul 16, 2020
Move boto3-stubs to dev dependencies
1 parent 70e01ac commit e5abf63

File tree

2 files changed

+293
-293
lines changed

2 files changed

+293
-293
lines changed
 

‎poetry.lock

+292-292
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ python = "^3.7"
1111
boto = "^2.49.0"
1212
boto3 = "^1.13.7"
1313
nixops = {git = "https://github.com/NixOS/nixops.git", rev = "master"}
14-
boto3-stubs = {extras = ["ec2", "sqs", "efs", "rds"], version = "^1.13.8"}
1514
typing-extensions = "^3.7.4"
1615
nixos-modules-contrib = {git = "https://github.com/nix-community/nixos-modules-contrib.git", rev = "master"}
1716

@@ -20,6 +19,7 @@ nose = "^1.3.7"
2019
mypy = "^0.770"
2120
black = "^19.10b0"
2221
flake8 = "^3.8.2"
22+
boto3-stubs = {extras = ["ec2", "sqs", "efs", "rds"], version = "^1.13.8"}
2323

2424
[tool.poetry.plugins."nixops"]
2525
aws = "nixops_aws.plugin"

0 commit comments

Comments
 (0)
Please sign in to comment.