mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Current version of pywin32 used in certbot (225) does not have wheels available for Python 3.8. Installing certbot for development in this case requires to build from source. On Windows, this implies a Visual Studio C++ environment up and ready, which is absolutely not fun. Let's upgrade to pywin32 227, that provides these wheels for all Python versions from 3.5 up to current dev status of 3.9.
99 lines
2.1 KiB
Text
99 lines
2.1 KiB
Text
# Specifies Python package versions for development and building Docker images.
|
|
# It includes in particular packages not specified in letsencrypt-auto's requirements file.
|
|
# Some dev package versions specified here may be overridden by higher level constraints
|
|
# files during tests (eg. letsencrypt-auto-source/pieces/dependency-requirements.txt).
|
|
alabaster==0.7.10
|
|
apipkg==1.4
|
|
appnope==0.1.0
|
|
asn1crypto==0.22.0
|
|
astroid==1.6.5
|
|
attrs==17.3.0
|
|
Babel==2.5.1
|
|
backports.functools-lru-cache==1.5
|
|
backports.shutil-get-terminal-size==1.0.0
|
|
boto3==1.9.36
|
|
botocore==1.12.36
|
|
cloudflare==1.5.1
|
|
codecov==2.0.15
|
|
configparser==3.7.4
|
|
contextlib2==0.6.0.post1
|
|
coverage==4.5.4
|
|
decorator==4.1.2
|
|
dns-lexicon==3.2.1
|
|
dnspython==1.15.0
|
|
docutils==0.12
|
|
execnet==1.5.0
|
|
future==0.16.0
|
|
futures==3.1.1
|
|
filelock==3.0.12
|
|
google-api-python-client==1.5.5
|
|
httplib2==0.10.3
|
|
imagesize==0.7.1
|
|
importlib-metadata==0.23
|
|
ipdb==0.10.2
|
|
ipython==5.5.0
|
|
ipython-genutils==0.2.0
|
|
isort==4.2.5
|
|
Jinja2==2.9.6
|
|
jmespath==0.9.3
|
|
josepy==1.1.0
|
|
lazy-object-proxy==1.3.1
|
|
logger==1.4
|
|
logilab-common==1.4.1
|
|
MarkupSafe==1.0
|
|
mccabe==0.6.1
|
|
more-itertools==5.0.0
|
|
mypy==0.600
|
|
ndg-httpsclient==0.3.2
|
|
oauth2client==4.0.0
|
|
packaging==19.2
|
|
pathlib2==2.3.0
|
|
pexpect==4.7.0
|
|
pickleshare==0.7.4
|
|
pkginfo==1.4.2
|
|
pluggy==0.13.0
|
|
prompt-toolkit==1.0.15
|
|
ptyprocess==0.6.0
|
|
py==1.8.0
|
|
pyasn1==0.1.9
|
|
pyasn1-modules==0.0.10
|
|
Pygments==2.2.0
|
|
pylint==1.9.4
|
|
# If pynsist version is upgraded, our NSIS template windows-installer/template.nsi
|
|
# must be upgraded if necessary using the new built-in one from pynsist.
|
|
pynsist==2.4
|
|
pytest==3.2.5
|
|
pytest-cov==2.5.1
|
|
pytest-forked==0.2
|
|
pytest-xdist==1.22.5
|
|
pytest-sugar==0.9.2
|
|
pytest-rerunfailures==4.2
|
|
python-dateutil==2.6.1
|
|
python-digitalocean==1.11
|
|
pywin32==227
|
|
PyYAML==3.13
|
|
repoze.sphinx.autointerface==0.8
|
|
requests-file==1.4.2
|
|
requests-toolbelt==0.8.0
|
|
rsa==3.4.2
|
|
s3transfer==0.1.11
|
|
scandir==1.6
|
|
simplegeneric==0.8.1
|
|
singledispatch==3.4.0.3
|
|
snowballstemmer==1.2.1
|
|
Sphinx==1.7.5
|
|
sphinx-rtd-theme==0.2.4
|
|
sphinxcontrib-websupport==1.0.1
|
|
tldextract==2.2.0
|
|
toml==0.10.0
|
|
tox==3.14.0
|
|
tqdm==4.19.4
|
|
traitlets==4.3.2
|
|
twine==1.11.0
|
|
typed-ast==1.1.0
|
|
typing==3.6.4
|
|
uritemplate==3.0.0
|
|
virtualenv==16.6.2
|
|
wcwidth==0.1.7
|
|
wrapt==1.11.1
|
|
zipp==0.6.0
|