This website requires JavaScript.
Explore
Help
Sign In
Vasanko
/
sanic
Watch
2
Star
0
Fork
0
You've already forked sanic
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
0a84b6cfdb
sanic
/
pyproject.toml
4 lines
95 B
TOML
Raw
Normal View
History
Unescape
Escape
Remove Duplicated Dependencies and PEP 517 Support (#2173) * Remove duplicated dependencies * Specify setuptools as the tool for generating distribution (PEP 517) * Add `isort` to `dev_require` * manage all dependencies in setup.py * Execute `make pretty` * Set usedevelop to true (revert previous change)
2021-07-08 07:12:56 +01:00
[
build-system
]
Set setuptools version for RTD
2021-12-26 12:25:09 +00:00
requires
=
[
"setuptools<60.0"
,
"wheel"
]
Remove Duplicated Dependencies and PEP 517 Support (#2173) * Remove duplicated dependencies * Specify setuptools as the tool for generating distribution (PEP 517) * Add `isort` to `dev_require` * manage all dependencies in setup.py * Execute `make pretty` * Set usedevelop to true (revert previous change)
2021-07-08 07:12:56 +01:00
build-backend
=
"setuptools.build_meta"
Reference in New Issue
Copy Permalink