Skip to content

Instantly share code, notes, and snippets.

@ESKYoung
ESKYoung / pyproject.toml
Last active March 5, 2022 08:25
Poetry 1.2.0a2 issue adding packages with major version 0 (version 0.Y.Z)
[tool.poetry]
name = "poetry-bug"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
packages = []
[tool.poetry.dependencies]
python = "^3.9"
@ESKYoung
ESKYoung / govcookiecuter_windows_support.md
Last active February 26, 2021 10:50
`govcookiecutter` support for Windows

Windows support

The [govcookiecutter][govcookiecutter] project includes useful functionality such as loading secrets as environment variables, but ignoring them from version control. However, some of this functionality is Unix-based, and not supported natively on Windows. This page covers how to configure your Windows system to use this Unix-based functionality in its entirety.

Requirements

⚠️ We have only tested Windows support with the following requirements. Your experience may differ!