FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tiny_python_projects/pyproject.toml at master · amolgawai/tiny_python_projects · GitHub
amolgawai
/
tiny_python_projects
Public
forked from
kyclark/tiny_python_projects
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
tiny_python_projects
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (20 loc) · 594 Bytes
Breadcrumbs
tiny_python_projects
/
pyproject.toml
Copy path
File metadata and controls
23 lines (20 loc) · 594 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
=
"
tiny_python_projects
"
version
=
"
0.1.0
"
description
=
"
practicing the examples from the book - Tiny Python Projects
"
authors
= [
"
Amol Gawai <5114143+amolgawai@users.noreply.github.com>
"
]
[
tool
.
poetry
.
dependencies
]
python
=
"
^3.7
"
[
tool
.
poetry
.
dev-dependencies
]
black
=
"
^20.8b1
"
flake8
=
"
^3.8.3
"
pylint
=
"
^2.6.0
"
ipython
=
"
^7.19.0
"
pytest
=
"
^6.2.1
"
coverage
= {
version
=
"
^5.3.1
"
,
extras
= [
"
toml
"
]}
python-language-server
=
"
^0.36.2
"
pytest-testmon
=
"
^1.0.3
"
pytest-sugar
=
"
^0.9.4
"
[
build-system
]
requires
= [
"
poetry>=0.12
"
]
build-backend
=
"
poetry.masonry.api
"
Back
|
FazBrowse Home
|
New Git URL