Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
remove releases, move idna, move jupyter_sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 22, 2018
1 parent cad4cc5 commit 2e921d1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
Expand Up @@ -45,6 +45,7 @@ def pyquickhelper_set():
"gitpython",
"husl",
"html5lib",
"idna",
"imagesize",
"ipython",
"ipykernel",
Expand Down Expand Up @@ -123,7 +124,6 @@ def pyquickhelper_set():
'pywinpty',
"pyzmq",
"qtconsole",
"releases",
"requests",
"semantic_version",
"simplegeneric",
Expand Down
1 change: 0 additions & 1 deletion src/pymyinstall/packaged/packaged_config_1_pyensae.py
Expand Up @@ -32,7 +32,6 @@ def pyensae_set():
"ecdsa", # paramiko
"elasticsearch",
"folium", # maps
"idna",
"ijson",
"inflection", # quandl
"ipaddress",
Expand Down
2 changes: 2 additions & 0 deletions src/pymyinstall/packaged/packaged_config_1_small.py
Expand Up @@ -32,6 +32,8 @@ def small_set():
"pygments", "pip", purpose="syntax highlighting package written in Python"),
ModuleInstall(
"pyparsing", "pip", purpose="alternative approach to creating and executing simple grammars"),
ModuleInstall("idna", "pip", usage="WEB",
purpose="Internationalized Domain Names in Applications (IDNA)"),
ModuleInstall(
"python-dateutil", "pip", "dateutil", purpose="helpers to manipulate dates"),
ModuleInstall(
Expand Down
4 changes: 0 additions & 4 deletions src/pymyinstall/packaged/packaged_config_2_sphinx.py
Expand Up @@ -66,10 +66,6 @@ def sphinx_theme_set():
purpose="sphinx theme", usage="SPHINX"),
ModuleInstall("mdn-sphinx-theme", "pip", mname="mdn_theme",
purpose="A Sphinx theme for the Mozilla Developer Network", usage="SPHINX"),
ModuleInstall("releases", "github", "bitprophet", usage="SPHINX",
purpose="Releases is a Python 2+3 compatible Sphinx extension designed to help you keep " +
"a source control friendly, merge friendly changelog file & turn it into useful, " +
"human readable HTML output."),
ModuleInstall("sphinx-redactor-theme", "pip", mname="sphinx_redactor_theme",
purpose="sphinx theme", usage="SPHINX"),
]
Expand Down
2 changes: 0 additions & 2 deletions src/pymyinstall/packaged/packaged_config_3_extended.py
Expand Up @@ -481,8 +481,6 @@ def extended_set():
purpose="comprehensive password hashing framework supporting over 30 schemes"),
ModuleInstall("plac", "pip",
purpose="The smartest command line arguments parser in the world"),
ModuleInstall("idna", "pip", usage="WEB",
purpose="Internationalized Domain Names in Applications (IDNA)"),
ModuleInstall("pyOpenSSL", "pip", mname="OpenSSL",
purpose="Python wrapper module around the OpenSSL library"),
ModuleInstall("w3lib", "pip",
Expand Down

0 comments on commit 2e921d1

Please sign in to comment.