Skip to content

Commit e482f13

Browse files
committed
Fix requirements
1 parent 33f05e3 commit e482f13

File tree

3 files changed

+3
-47
lines changed

3 files changed

+3
-47
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ create-readme my-awesome-project
3333
## Example
3434

3535
An example of a generated README is the file you're reading right now - it was manually cleaned up, but most of it is generated.
36-

poetry.lock

+1-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "create-readme"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = ""
55
authors = ["rizerphe <[email protected]>"]
66
readme = "README.md"
77
packages = [{include = "create_readme"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.11"
11-
click-config-file = "^0.6.0"
1211
openai = "^0.27.8"
12+
click = "^8.1.3"
1313

1414

1515
[build-system]

0 commit comments

Comments
 (0)