Skip to content

Commit

Permalink
Remove poetry (#152)
Browse files Browse the repository at this point in the history
* Remove poetry

* Add build system

* Prune deps
  • Loading branch information
sansyrox authored Jan 13, 2022
1 parent 02eea47 commit 6a0d760
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
[tool.poetry]
name = "robyn"
version = "0.11.1"
description = "A web server that is fast!"
authors = ["Sanskar Jethi <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8"
watchdog = "^2.1.3"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"

[project]
name = "robyn"
Expand Down Expand Up @@ -40,3 +33,8 @@ classifiers = [
]


[project.urls]
"Source Code" = "https://github.com/sansyrox/robyn"
Issues = "https://github.com/sansyrox/robyn/issues"
Documentation = "https://robyn.sanskar.wtf/"
Changelog = "https://github.com/sansyrox/robyn/blob/main/CHANGELOG.md"

0 comments on commit 6a0d760

Please sign in to comment.