Skip to content

Commit

Permalink
Add and pin missing package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimwinum committed Apr 22, 2024
1 parent af83cad commit 27ff84c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "bytecorecompiler"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name="Joakim Winum Lien", email="joakim@winum.xyz" },
]
description = "A compiler that transforms ByteCore assembly code into executable memory bytes, seamlessly bridging the gap between high-level assembly instructions and the ByteCore Emulator's low-level functionality."
dependencies = [
"bytecore==1.1.0"
]
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=8.1.1,<8.2.0
autopep8>=2.1.0,<2.2.0
mypy>=1.9.0,<1.10.0
bytecore>=1.1.0,<1.2.0
bytecore==1.1.0

0 comments on commit 27ff84c

Please sign in to comment.