FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ProdigiousPython/pyproject.toml at develop · ProdigiousPython/ProdigiousPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ProdigiousPython
/
ProdigiousPython
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
9
Code
Issues
3
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ProdigiousPython
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (20 loc) · 504 Bytes
Breadcrumbs
ProdigiousPython
/
pyproject.toml
Copy path
File metadata and controls
23 lines (20 loc) · 504 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
tool
.
poetry
]
name
=
"
ProdigiousPython
"
version
=
"
0.1.0
"
description
=
"
"
authors
= [
"
Prodigious Python
"
]
readme
=
"
README.md
"
[
tool
.
poetry
.
dependencies
]
python
=
"
^3.11
"
ipython
=
"
^8.26.0
"
jupyterlab
=
"
^4.2.3
"
[
tool
.
poetry
.
group
.
dev
.
dependencies
]
jupyter-book
=
"
^1.0.0
"
sphinx-sitemap
=
"
^2.6.0
"
pytest
=
"
^8.2.2
"
black
= {
extras
= [
"
jupyter
"
],
version
=
"
^24.4.2
"
}
black-nb
=
"
^0.7
"
pyppeteer
=
"
^2.0.0
"
[
build-system
]
requires
= [
"
poetry-core>=1.0.0
"
]
build-backend
=
"
poetry.core.masonry.api
"
Back
|
FazBrowse Home
|
New Git URL