Skip to content

Commit

Permalink
Forking the project to your own GitHub account
Browse files Browse the repository at this point in the history
  • Loading branch information
wcmz committed Jun 17, 2022
1 parent 16fdff4 commit 1ef23d9
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "python3"
run = "python mydemoapp.py"
187 changes: 187 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "repl_python3_flask-hello-world-1"
version = "0.1.0"
description = ""
authors = ["wechmezi <<>>"]

[tool.poetry.dependencies]
python = "^3.8"
Flask = "^2.1.2"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1ef23d9

Please sign in to comment.