Skip to content

Commit

Permalink
Still trying to figure out why RTD isnt building
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpatt2019 committed Jul 17, 2020
1 parent cacf6d5 commit 50567e1
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
alabaster==0.7.12
appdirs==1.4.4
appnope==0.1.0; sys_platform == "darwin"
astroid==2.4.2
atomicwrites==1.4.0; python_version >= "3.5" and sys_platform == "win32" or sys_platform == "win32"
attrs==19.3.0
babel==2.8.0
backcall==0.2.0
black==19.10b0
bleach==3.1.5
certifi==2020.6.20
cffi==1.14.0; sys_platform == "linux"
cfgv==3.1.0
chardet==3.0.4
click==7.1.2
codecov==2.1.8
colorama==0.4.3
coverage==5.2
cryptography==2.9.2; sys_platform == "linux"
decorator==4.4.2
distlib==0.3.1
docutils==0.16
filelock==3.0.12
freezegun==0.3.15
identify==1.4.23
idna==2.10
imagesize==1.2.0
importlib-metadata==1.7.0; python_version >= "3.5" and python_version < "3.8" or python_version < "3.8"
ipython==7.16.1
ipython-genutils==0.2.0
isort==4.3.21
jedi==0.17.1
jeepney==0.4.3; sys_platform == "linux"
jinja2==2.11.2
keyring==21.2.1
lazy-object-proxy==1.4.3
markupsafe==1.1.1
mccabe==0.6.1
more-itertools==8.4.0
mypy==0.782
mypy-extensions==0.4.3
nodeenv==1.4.0
packaging==20.4
parso==0.7.0
pathspec==0.8.0
pexpect==4.8.0; sys_platform != "win32"
pickleshare==0.7.5
pkginfo==1.5.0.1
pluggy==0.13.1
poetry-version==0.1.5
pre-commit==2.6.0
prompt-toolkit==3.0.5
ptyprocess==0.6.0; sys_platform != "win32"
py==1.9.0
pycparser==2.20; sys_platform == "linux"
pygments==2.6.1
pylint==2.5.3
pyparsing==2.4.7
pytest==5.4.3
pytest-cov==2.10.0
pytest-instafail==0.4.2
pytest-mypy==0.6.2
pytest-runner==5.2
python-dateutil==2.8.1
pytz==2020.1
pywin32-ctypes==0.2.0; sys_platform == "win32"
pyyaml==5.3.1
readme-renderer==26.0
regex==2020.7.14
requests==2.24.0
requests-toolbelt==0.9.1
rfc3986==1.4.0
secretstorage==3.1.2; sys_platform == "linux"
six==1.15.0
snowballstemmer==2.0.0
sphinx==3.1.2
sphinx-rtd-theme==0.5.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
toml==0.10.1
tomlkit==0.5.11
tqdm==4.48.0
traitlets==4.3.3
twine==3.2.0
typed-ast==1.4.1
typing-extensions==3.7.4.2
urllib3==1.25.9
virtualenv==20.0.27
wcwidth==0.2.5
webencodings==0.5.1
wrapt==1.12.1
zipp==3.1.0; python_version >= "3.5" and python_version < "3.8" or python_version < "3.8"

0 comments on commit 50567e1

Please sign in to comment.