Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e6d576896 |
+1
-1
@@ -5,7 +5,7 @@ description = "A simple markdown server."
|
||||
authors = [
|
||||
{ name = "long", email = "longnguyen176251@gmail.com" }
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"bottle>=0.13.4",
|
||||
"markdown>=3.10.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
version = 1
|
||||
revision = 3
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
[[package]]
|
||||
name = "bottle"
|
||||
@@ -22,8 +22,8 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "markdown-server"
|
||||
version = "0.1.0"
|
||||
source = { virtual = "." }
|
||||
version = "0.1.5"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "bottle" },
|
||||
{ name = "markdown" },
|
||||
|
||||
Reference in New Issue
Block a user