This website works better with JavaScript
Home
Explore
Help
Sign In
sintez
/
py_task
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
609422c2ac
Branches
Tags
main
py_task
/
venv
/
lib
/
python3.9
/
site-packages
/
requirements_detector
/
exceptions.py
exceptions.py
103 B
History
Raw
1
2
3
4
5
6
class RequirementsNotFound(Exception):
pass
class CouldNotParseRequirements(Exception):
pass