Skip to content

Commit

Permalink
feat: poetry setup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Sep 12, 2024
1 parent 280022f commit cb09cb5
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import subprocess
import json
import subprocess

def filepath_vyper_to_ast(file_path):
try:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "ast_extractor"
name = "ast-extractor"
version = "0.1.0"
description = ""
authors = ["Enzo Bonato <[email protected]>"]
authors = ["0xtekgrinder <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down
Empty file.
1 change: 0 additions & 1 deletion libs/ast_extractor/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion libs/ast_extractor/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions servers/servers/poetry.lock

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

5 changes: 3 additions & 2 deletions servers/servers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
name = "servers"
version = "0.1.0"
description = ""
authors = ["Enzo Bonato <[email protected]>"]
authors = ["0xtekgrinder <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
ast_extractor = { path = "../../libs/ast_extractor" }
ast-extractor = {path = "../../libs/ast-extractor"}


[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit cb09cb5

Please sign in to comment.