Add requirements for repeatable install master
authorIan Kelling <iank@fsf.org>
Tue, 11 Feb 2020 03:16:29 +0000 (22:16 -0500)
committerIan Kelling <iank@fsf.org>
Tue, 11 Feb 2020 03:45:44 +0000 (22:45 -0500)
python3 -m pip install -e .
python3 -m pip install beautifulsoup4
pip freeze >requirements.txt

The binary warns about wanting beautifulsoup4.

.gitignore
requirements.txt

index e96f4d8a66943ca7194e88e8c1901b8c5c3fce23..fa92c8c104076d9a650ac7ce5598fb5aa703cb5a 100644 (file)
@@ -50,3 +50,5 @@ nosetests.xml
 .mr.developer.cfg
 .project
 .pydevproject
+
+/venv
index 3c4df1b0ff33edb787a260808a0e759d60ce0dce..87317143ee7d68dabc560c5a1a3a461c92fdfeb9 100644 (file)
@@ -1,3 +1,9 @@
-diaspy
-requests==1.1.0
-python-dateutil>=2.2
+beautifulsoup4==4.8.2
+certifi==2019.11.28
+chardet==3.0.4
+idna==2.8
+python-dateutil==2.8.1
+requests==2.22.0
+six==1.14.0
+soupsieve==1.9.5
+urllib3==1.25.8