1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
This commit is contained in:
Ilya Kreymer 2020-06-08 14:43:49 -07:00
parent 83ff680e90
commit df730fe83b

View File

@ -17,7 +17,7 @@ install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python -m pip install --upgrade pip"
- "pip install -U setuptools"
- "pip install 'Markupsafe<2.0.0'"
- "pip install 'MarkupSafe<2.0.0'"
- "pip install coverage pytest-cov"
- "pip install cffi"
- "pip install pyopenssl"