Skip to content

Commit

Permalink
Upgrade project to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Nov 9, 2024
1 parent 69f081c commit cfa28f2
Show file tree
Hide file tree
Showing 6 changed files with 286 additions and 7 deletions.
Empty file added dir_magic/__init__.py
Empty file.
File renamed without changes.
270 changes: 270 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[tool.poetry]
name = "dir-magic"
version = "0.1.0"
description = ""
authors = ["joaolfp <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.13"
requests = "^2.32.3"
rich = "^13.9.4"
dnspython = "^2.7.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

Empty file added tests/__init__.py
Empty file.

0 comments on commit cfa28f2

Please sign in to comment.