diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-01 22:05:40 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-01 22:05:40 +0000 |
commit | e43d90efe20ed06090ad1034b789e7a1b6ee00fe (patch) | |
tree | eceacdd49995fcb08cfde73c836e3c0adc7ebb81 /pyproject.toml | |
parent | added README. /wiki is working now. (diff) | |
download | devourer-e43d90efe20ed06090ad1034b789e7a1b6ee00fe.tar.gz devourer-e43d90efe20ed06090ad1034b789e7a1b6ee00fe.zip |
wip
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 95b9f5d..d0fa291 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "devourer" -version = "0.1.0" +version = "1.0.0" description = "" authors = ["terminaldweller <thabogre@gmail.com>"] license = "GPL3.0" [tool.poetry.dependencies] -python = "^3.8" +python = "3.8" newspaper3k = "^0.2.8" beautifulsoup4 = "^4.9.3" readability-lxml = "^0.8.1" |