Products.validation/master: Update .gitignore and add requirements.txt
Tom Gross <jenkins-z4DKO/[email protected]> Tue, 01 Aug 2017 02:10:43 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: Products.validation Branch: refs/heads/master Date: 2017-07-30T20:17:12Z Author: Tom Gross (tomgross) <[email protected]> Commit: https://github.com/plone/Products.validation/commit/08e41c5c1ee68bd907f374295d7522f2bd126b03 Update .gitignore and add requirements.txt Files changed: A requirements.txt M .gitignore diff --git a/.gitignore b/.gitignore index e60fdd3..1a4e837 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ bin/ -lib/ +lib* include/ *.egg-info .installed.cfg bootstrap.py develop-eggs/ -*.pyc -*.pyo +*.py[co] +pip-selfcheck.json diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..244887f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +setuptools==33.1.1 +zc.buildout==2.8.0 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot