10000 PEP 631: Dependency specification in pyproject.toml based on PEP 508 by ofek · Pull Request #1571 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 631: Dependency specification in pyproject.toml based on PEP 508 #1571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix title too
  • Loading branch information
ofek committed Aug 20, 2020
commit 100d0eb02746e023ed9ec1fa66b4c437817d5db0
4 changes: 2 additions & 2 deletions pep-0999.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PEP: 999
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can claim a PEP number now. Change this to PEP 631 and I think we can merge this.

Title: Dependency specification in pyproject.toml
Title: Dependency specification in pyproject.toml based on PEP 508
Author: Ofek Lev <ofekmeister@gmail.com>
Discussions-To: https://discuss.python.org/t/pep-631-dependency-specification-in-pyproject-toml/5018
Discussions-To: https://discuss.python.org/t/pep-999-dependency-specification-in-pyproject-toml-based-on-pep-508/5018
Status: Draft
Type: Standards Track
Content-Type: text/x-rst
Expand Down
0