diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-10-06 10:37:53 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-10-06 10:37:53 +0000 |
| commit | 7fe70519010e24fa1d6735b108793987e8a24aa4 (patch) | |
| tree | af3d60cd146203f4cc8d04f9a7883ef81f34f836 /spec/fixtures/python/pipenv/python-3.4/Pipfile | |
| parent | ae334f0af0155112c345475d9837de8538b58b7a (diff) | |
| parent | ea3481fdb3bc94ce882f045d42ae9984548fc0e5 (diff) | |
Merge branch 'go-modules-subdir' into 'master'v3.26.1
Scan sub directories of Golang projects
Closes gitlab-org/gitlab#255605
See merge request gitlab-org/security-products/license-management!222
Diffstat (limited to 'spec/fixtures/python/pipenv/python-3.4/Pipfile')
| -rw-r--r-- | spec/fixtures/python/pipenv/python-3.4/Pipfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/fixtures/python/pipenv/python-3.4/Pipfile b/spec/fixtures/python/pipenv/python-3.4/Pipfile new file mode 100644 index 0000000..2afbe5f --- /dev/null +++ b/spec/fixtures/python/pipenv/python-3.4/Pipfile @@ -0,0 +1,12 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +docutils = "==0.13.1" + +[requires] +python_version = "3.4" |
