collective / collective/templer.core
Cheetah and PasteScript pindowns
- Dominant language
- Python
- Stars
- 7
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Is there a specific reason for this?
```
install_requires=[
'setuptools',
paste_deploy,
"PasteScript>=1.7.2",
"Cheetah>1.0,<=2.2.1",
],
```
AFAIK pindowns in setup.py should be discouraged. But I know Cheetah etc. API upgrades can cause breakage.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with setup.py and inspect the install_requires entries for PasteScript and Cheetah. Review the issue discussion and dependency compatibility history to determine whether the version bounds are necessary; done means reaching a documented decision about retaining or revising the pindowns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100