Skip to content

Commit

Permalink
restructure project
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsee committed Dec 20, 2021
1 parent dde7651 commit d1cfbaa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .gitignore

This file was deleted.

Empty file removed old/.gitkeep
Empty file.
Empty file removed output/.gitkeep
Empty file.
Empty file modified payload_dumper.py
100644 → 100755
Empty file.
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 = "payload_dumper"
version = "0.1.0"
description = ""
authors = ["Rasmus Moorats <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
protobuf = "^3.19.1"
bsdiff4 = "^1.2.1"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
protobuf==3.6.0
six==1.11.0
bsdiff4>=1.1.5
protobuf
six
bsdiff4

0 comments on commit d1cfbaa

Please sign in to comment.