-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da84f6e
commit 11e1b41
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "litexcnc" | ||
version = "0.9.0a3" | ||
version = "0.9.0a4" | ||
description = "Generic CNC firmware and driver for FPGA cards which are supported by LiteX" | ||
authors = ["Peter van Tol <[email protected]>"] | ||
license = "GPL-3.0-or-later" | ||
|
@@ -27,6 +27,7 @@ classifiers = [ | |
"Operating System :: POSIX :: Linux", | ||
"Programming Language :: Other", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
|
@@ -35,7 +36,7 @@ classifiers = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
python = "^3.7" | ||
packaging = "^21.3" | ||
pydantic = "^1.10.2" | ||
requests = {version="^2.28.1", optional = true} | ||
|