adding pip requirements.txt

This commit is contained in:
Lionel Dricot 2022-03-31 11:13:11 +02:00
parent 9adfb955d7
commit 7f3ac6d273
3 changed files with 13 additions and 2 deletions

View File

@ -14,7 +14,9 @@
- Fixed a crash when the cache is already a dir inside a dir. - Fixed a crash when the cache is already a dir inside a dir.
- Fixed a crash when manually entering an unknown gopher URL while offline - Fixed a crash when manually entering an unknown gopher URL while offline
- Fixed an error with older less version - Fixed an error with older less version
- Call to shell commands has been refactorised to improve compatibility with python 3.6 - Fixed bookmarks not being automatically created at first "add"
- Call to shell commands has been refactorised to improve compatibility with python 3.6 (with testing from Pelle Nilsson)
- requirements.txt has been contributed by Toby Kurien. Thanks!
## 1.2 - March 24th 2022 ## 1.2 - March 24th 2022
Very experimental release: Very experimental release:

View File

@ -71,7 +71,8 @@ experience or some other features. Python libraries requests, bs4 and readabilit
To avoid using unstable or too recent libraries, the rule of thumb is that a library should be packaged in Debian/Ubuntu. Keep in mind that Offpunk is mainly tested will all libraries installed. If you encounter a crash without one optional dependencies, please report it. Patches and contributions to remove dependencies or support alternatives are highly appreciated. To avoid using unstable or too recent libraries, the rule of thumb is that a library should be packaged in Debian/Ubuntu. Keep in mind that Offpunk is mainly tested will all libraries installed. If you encounter a crash without one optional dependencies, please report it. Patches and contributions to remove dependencies or support alternatives are highly appreciated.
* [command to install all optional dependencies on Ubuntu/Debian](ubuntu_dependencies.txt) * [requirements file to install dependencies with pip](requirements.txt)
* [command to install dependencies on Ubuntu/Debian without pip](ubuntu_dependencies.txt)
* (please contribute commands for other systems) * (please contribute commands for other systems)
Run command `version` in offpunk to see if you are missing some dependencies. Run command `version` in offpunk to see if you are missing some dependencies.

8
requirements.txt Normal file
View File

@ -0,0 +1,8 @@
cryptography
requests
feedparser
bs4
readability-lxml
pillow
setproctitle
timg