chore: rewrite extract-requirements to python
Using python ast to guess requirements in the setup.py file.
This commit is contained in:
parent
28857fbf49
commit
80218f33eb
9 changed files with 70 additions and 57 deletions
|
@ -1,5 +1,5 @@
|
|||
# This file is auto-generated by tools/extract-requirements.sh.
|
||||
# Please do not edit this file, edit the setup.py file!
|
||||
# This file is auto-generated by tools/extract_requirements.py.
|
||||
mutagen>=1.45.1
|
||||
pika>=1.0.0
|
||||
requests>=2.7.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue