generated from KKlochko/poetry-template
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71f0c034a3 | ||
|
|
7c2926314b |
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "poetry-template"
|
name = "python-template"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Your Name <you@example.com>"]
|
authors = ["Your Name <you@example.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{include = "poetry_template"}]
|
packages = [{include = "python_template"}]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
attrs==22.2.0 ; python_version >= "3.10" and python_version < "4.0" \
|
||||||
|
--hash=sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836 \
|
||||||
|
--hash=sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99
|
||||||
|
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" \
|
||||||
|
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
|
||||||
|
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
||||||
|
exceptiongroup==1.1.1 ; python_version >= "3.10" and python_version < "3.11" \
|
||||||
|
--hash=sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e \
|
||||||
|
--hash=sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785
|
||||||
|
iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0" \
|
||||||
|
--hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \
|
||||||
|
--hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
|
||||||
|
packaging==23.0 ; python_version >= "3.10" and python_version < "4.0" \
|
||||||
|
--hash=sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2 \
|
||||||
|
--hash=sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97
|
||||||
|
pluggy==1.0.0 ; python_version >= "3.10" and python_version < "4.0" \
|
||||||
|
--hash=sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 \
|
||||||
|
--hash=sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3
|
||||||
|
pytest==7.2.2 ; python_version >= "3.10" and python_version < "4.0" \
|
||||||
|
--hash=sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e \
|
||||||
|
--hash=sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4
|
||||||
|
tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" \
|
||||||
|
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
|
||||||
|
--hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
import pytest
|
import pytest
|
||||||
from poetry_template.main import sum, mul
|
from python_template.main import sum, mul
|
||||||
|
|
||||||
def test_sum():
|
def test_sum():
|
||||||
a = 1
|
a = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user