Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops-aws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 70e01acc9750
Choose a base ref
...
head repository: NixOS/nixops-aws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78efaa19f379
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 16, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e5abf63 View commit details
  2. Merge pull request #107 from NixOS/boto3-stubs-dev

    Move boto3-stubs to dev dependencies
    adisbladis authored Jul 16, 2020
    Copy the full SHA
    78efaa1 View commit details
Showing with 293 additions and 293 deletions.
  1. +292 −292 poetry.lock
  2. +1 −1 pyproject.toml
584 changes: 292 additions & 292 deletions poetry.lock
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ python = "^3.7"
boto = "^2.49.0"
boto3 = "^1.13.7"
nixops = {git = "https://github.com/NixOS/nixops.git", rev = "master"}
boto3-stubs = {extras = ["ec2", "sqs", "efs", "rds"], version = "^1.13.8"}
typing-extensions = "^3.7.4"
nixos-modules-contrib = {git = "https://github.com/nix-community/nixos-modules-contrib.git", rev = "master"}

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

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