Skip to content

Instantly share code, notes, and snippets.

@shelper
shelper / pyproject.toml
Last active February 8, 2023 16:12
pyproject.toml where poetry fails to access private repo on github using deploykey
[tool.poetry]
name = "mypkg"
version = "0.1.0"
description = "mypkg"
classifiers = [
"Private :: Do Not Upload",
]
[tool.poetry.build]
generate-setup-file = false
@shelper
shelper / poetry_update.log
Created May 27, 2022 14:08
poetry update log
Loading configuration file /home/mpnv38/.config/pypoetry/config.toml
Using virtualenv: /home/mpnv38/.cache/pypoetry/virtualenvs/zetta-oJ7qmDvX-py3.8
Updating dependencies
Resolving dependencies...
1: fact: zetta is 0.1.0
1: derived: zetta
1: fact: zetta depends on PySimpleGUI (>=4.18.1)
1: fact: zetta depends on numpy (>=1.19.5)
1: fact: zetta depends on pillow (>=8.3.2)
1: fact: zetta depends on PyYAML (>=5.4.1)
@shelper
shelper / pyproject.toml
Last active May 27, 2022 13:52
project files that fail poetry update
[tool.poetry]
name = "zetta"
version = "0.1.0"
description = "example project"
classifiers = [
"Private :: Do Not Upload",
]
[tool.poetry.build]
generate-setup-file = false
@shelper
shelper / CMakeLists.txt
Last active May 20, 2020 01:56 — forked from Morwenn/CMakeLists.txt
Basic modular Conan recipe to build PCL
cmake_minimum_required(VERSION 2.8.11)
project(cmake_wrapper)
include(conanbuildinfo.cmake)
conan_basic_setup()
if (CONAN_COMPILE_DEFINITIONS_FLANN MATCHES "FLANN_STATIC")
set(FLANN_USE_STATIC ON)
endif()
@shelper
shelper / cloudSettings
Last active April 29, 2020 01:14
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-04-26T14:47:26.062Z","extensionVersion":"v3.4.3"}