Skip to content

Commit

Permalink
Fix reference file for Python 3.6 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 17, 2024
1 parent 0d5ad16 commit ae4915d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cli/test_show_windows_/test_requirements_3_6_.tree
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ repo_helper==2020.12.18
│ └── typing-extensions>=3.7.4
├── consolekit>=1.2.2
│ ├── click>=7.1.2
│ ├── colorama>=0.4.3; python_version < "3.10" and platform_system == "Windows"
│ ├── deprecation-alias>=0.1.1
│ │ ├── deprecation>=2.1.0
│ │ │ └── packaging
Expand Down Expand Up @@ -1321,6 +1322,7 @@ repo_helper==2020.12.18
├── click>=7.1.2
├── consolekit>=1.0.0
│ ├── click>=7.1.2
│ ├── colorama>=0.4.3; python_version < "3.10" and platform_system == "Windows"
│ ├── deprecation-alias>=0.1.1
│ │ ├── deprecation>=2.1.0
│ │ │ └── packaging
Expand Down Expand Up @@ -1359,5 +1361,6 @@ repo_helper==2020.12.18
├── prettyprinter>=0.18.0
│ ├── Pygments>=2.2.0
│ └── colorful>=0.4.0
│ │ └── colorama; platform_system == "Windows"
├── typing-extensions>=3.7.4.3
└── yapf>=0.30.0

0 comments on commit ae4915d

Please sign in to comment.