From 6b4176f73a9dcfd5f1d40a526f7b7fda723276d0 Mon Sep 17 00:00:00 2001 From: brent s Date: Wed, 17 Jun 2020 20:43:28 -0400 Subject: [PATCH] adding requirements.txt ... thanks, amayer. --- requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..72951be --- /dev/null +++ b/requirements.txt @@ -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