Skip to content

Commit 9c0596f

Browse files
committed
add .replit
1 parent bc4d556 commit 9c0596f

File tree

3 files changed

+13
-44
lines changed

3 files changed

+13
-44
lines changed

.replit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
run = "python rummy/play.py"

poetry.lock

Lines changed: 2 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
[build-system]
2+
build-backend = "poetry.masonry.api"
3+
requires = ["poetry>=0.11"]
4+
5+
[tool]
16
[tool.poetry]
2-
name = "rummy"
3-
version = "2.0.1"
4-
description = "Console Rummy game"
57
authors = ["Sarcoma <[email protected]>"]
8+
description = "Console Rummy game"
69
license = "MIT"
7-
10+
name = "rummy"
11+
version = "2.0.1"
812
[tool.poetry.dependencies]
9-
python = "^3.4"
13+
Pygments = "2.2.0"
1014
ansi-colours = "0.2.6"
1115
atomicwrites = "1.2.1"
1216
attrs = "18.2.0"
@@ -23,10 +27,10 @@ pathlib2 = "2.3.2"
2327
pkginfo = "1.4.2"
2428
pluggy = "0.8.0"
2529
py = "1.7.0"
26-
Pygments = "2.2.0"
2730
pytest = "3.10.0"
2831
pytest-cov = "2.6.0"
2932
pytest-mock = "1.10.0"
33+
python = "^3.8"
3034
readme-renderer = "24.0"
3135
requests = "2.20.1"
3236
requests-toolbelt = "0.8.0"
@@ -36,9 +40,4 @@ tqdm = "4.28.1"
3640
twine = "1.12.1"
3741
urllib3 = "1.24.1"
3842
webencodings = "0.5.1"
39-
4043
[tool.poetry.dev-dependencies]
41-
42-
[build-system]
43-
requires = ["poetry>=0.11"]
44-
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)