From: funilrys Date: Wed, 28 Feb 2018 22:08:45 +0000 (+0100) Subject: Introduction of requirements.txt X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ff58bbd1f2c903115e2d3a5df4fa83e20c23500f;p=stevenblack-hosts.git Introduction of requirements.txt Please note that those file can be used to install dependencies with 'pip install -r requirements.txt' --- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..c51989f4f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +lxml==4.1.1 +beautifulsoup4==4.6.0 +mock==2.0.0 diff --git a/requirements_python2.txt b/requirements_python2.txt new file mode 100644 index 000000000..5447edf82 --- /dev/null +++ b/requirements_python2.txt @@ -0,0 +1,3 @@ +mock==2.0.0 +lxml==4.1.1 +beautifulsoup4==4.6.0