Skip to content

Commit

Permalink
chore: Dependency Pinning using Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
shahumang19 committed Jun 15, 2023
1 parent f1539c9 commit 41594bc
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 5 deletions.
159 changes: 159 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[tool.poetry]
name = "at-python"
version = "0.1.0"
description = ""
authors = ["umangshah <[email protected]>"]
readme = "README.md"
packages = [{include = "at_python"}]

[tool.poetry.dependencies]
python = "^3.8"
cffi = "1.15.1"
cryptography = "40.0.2"
pycparser = "2.21"
python-dateutil = "2.8.2"
six = "1.16.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading

0 comments on commit 41594bc

Please sign in to comment.