summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/python/pipenv/v1.0.json
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-21 23:15:36 -0600
committermo khan <mo.khan@gmail.com>2020-04-21 23:15:36 -0600
commite1afa8ba55a3df1151e1b73ed3aa528e53ea3f06 (patch)
tree5ca6d1073f8aa9dbf7515c9f3dff9378fcdd3ee9 /spec/fixtures/expected/python/pipenv/v1.0.json
parent2edd529220ecda2b14b99c1e9c15497b1f2ae639 (diff)
Remove old report versions
Diffstat (limited to 'spec/fixtures/expected/python/pipenv/v1.0.json')
-rw-r--r--spec/fixtures/expected/python/pipenv/v1.0.json77
1 files changed, 0 insertions, 77 deletions
diff --git a/spec/fixtures/expected/python/pipenv/v1.0.json b/spec/fixtures/expected/python/pipenv/v1.0.json
deleted file mode 100644
index 89bce2a..0000000
--- a/spec/fixtures/expected/python/pipenv/v1.0.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "licenses": [
- {
- "count": 1,
- "name": "Apache 2.0"
- },
- {
- "count": 1,
- "name": "BSD"
- },
- {
- "count": 1,
- "name": "MIT"
- },
- {
- "count": 1,
- "name": "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"
- }
- ],
- "dependencies": [
- {
- "license": {
- "name": "BSD",
- "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29"
- },
- "dependency": {
- "name": "Django",
- "url": "https://www.djangoproject.com/",
- "description": "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.",
- "pathes": [
- "."
- ]
- }
- },
- {
- "license": {
- "name": "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"
- },
- "dependency": {
- "name": "docutils",
- "url": "http://docutils.sourceforge.net/",
- "description": "Docutils -- Python Documentation Utilities",
- "pathes": [
- "."
- ]
- }
- },
- {
- "license": {
- "name": "MIT",
- "url": "http://opensource.org/licenses/mit-license"
- },
- "dependency": {
- "name": "pytz",
- "url": "http://pythonhosted.org/pytz",
- "description": "World timezone definitions, modern and historical",
- "pathes": [
- "."
- ]
- }
- },
- {
- "license": {
- "name": "Apache 2.0",
- "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
- },
- "dependency": {
- "name": "requests",
- "url": "http://python-requests.org",
- "description": "Python HTTP for Humans.",
- "pathes": [
- "."
- ]
- }
- }
- ]
-}