Skip to content

Instantly share code, notes, and snippets.

@intgr
Created September 1, 2022 10:35
Show Gist options
  • Save intgr/efc96c44c3919189c3757275f0239eb6 to your computer and use it in GitHub Desktop.
Save intgr/efc96c44c3919189c3757275f0239eb6 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "env"
version = "0.1.0"
description = ""
authors = ["Marti Raudsepp <marti@juffo.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
python-ldap = [
{ platform = "linux", version = "3.4.0" },
{ platform = "win32", url = "https://download.lfd.uci.edu/pythonlibs/archived/python_ldap-3.4.0-cp310-cp310-win_amd64.whl" },
]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment