add requirements.txt
ClosedPublic

Authored by zzag on Feb 20 2018, 12:17 PM.

Details

Summary
  • it makes easier to install dependencies
  • allows to "version control" dependencies

See https://pip.readthedocs.io/en/1.1/requirements.html

Test Plan
  • install virtualenv
  • run pip install -r requirements.txt

Diff Detail

Repository
R985 KDE Human Interface Guidelines
Branch
requirements
Lint
No Linters Available
Unit
No Unit Test Coverage
zzag requested review of this revision.Feb 20 2018, 12:17 PM
zzag created this revision.
zzag added a dependent revision: D10678: add readme.Feb 20 2018, 12:19 PM

Added bshah for feedback about the versions on the kde webserver, that are used to create the public https://hig.kde.org content

bshah added a comment.Mar 5 2018, 8:09 AM

The requirement.txt I've on server which hosts hig.kde.org

Babel==2.5.3
Jinja2==2.10
MarkupSafe==1.0
Pygments==2.2.0
Sphinx==1.7.0
alabaster==0.7.10
argparse==1.2.1
certifi==2018.1.18
chardet==3.0.4
docutils==0.14
idna==2.6
imagesize==0.7.1
packaging==16.8
pyparsing==2.2.0
pytz==2018.3
requests==2.18.4
six==1.11.0
snowballstemmer==1.2.1
sphinx-rtd-theme==0.2.4
sphinxcontrib-websupport==1.0.1
typing==3.6.4
urllib3==1.22
wsgiref==0.1.2
fabianr accepted this revision.Mar 7 2018, 10:19 AM
This revision is now accepted and ready to land.Mar 7 2018, 10:19 AM
fabianr closed this revision.Mar 13 2018, 10:39 AM

I landed it without arc