diff options
| -rw-r--r-- | docs/setuptools.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 5af76c3e..76830e41 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2341,6 +2341,9 @@ boilerplate code in some cases. scripts = bin/first.py bin/second.py + install_requires = + requests + importlib; python_version == "2.6" [options.package_data] * = *.txt, *.rst |
