adding requirements.txt ... thanks, amayer.

This commit is contained in:
brent s. 2020-06-17 20:43:28 -04:00
parent 7dbcaafeee
commit 6b4176f73a
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 10 additions and 0 deletions

10
requirements.txt Normal file
View File

@ -0,0 +1,10 @@
# You can probably safely remove the version requirements, honestly.
lxml>=4.5.1
psutil>=5.7.0
requests>=2.23.0
# The below are optional.
## Provides journald logging on systemd machines.
## However, it isn't in PyPi; look for something like "python-systemd" or "python3-systemd" in your distro's repositories (it's built from the systemd source).
#systemd>=234
## Required if you run any of the utils/find_fastest_upstream scripts. May be deprecated requirement in the future, though.
beautifulsoup4>=4.9.1