source: ntrip/trunk/BNC/docs/sphinx/requirements.txt@ 8045

Last change on this file since 8045 was 8045, checked in by wiese, 8 years ago

ADD: Sphinx docu

  • Property svn:mime-type set to text/plain
File size: 697 bytes
Line 
1#
2####### pip-requirements #######
3#
4###### Requirements without Version Specifiers ######
5sphinxcontrib-bibtex
6#
7###### Requirements with Version Specifiers ######
8# See https://www.python.org/dev/peps/pep-0440/#version-specifiers
9#docopt == 0.6.1 # Version Matching. Must be version 0.6.1
10#keyring >= 4.1.1 # Minimum version 4.1.1
11#coverage != 3.5 # Version Exclusion. Anything except version 3.5
12#Mopidy-Dirble ~= 1.1 # Compatible release. Same as >= 1.1, == 1.*
13#
14###### A particular file ######
15#./downloads/numpy-1.9.2-cp34-none-win32.whl
16#http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1820+49a8884-cp34-none-win_amd64.whl
Note: See TracBrowser for help on using the repository browser.