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,4 +1,4 @@
|
|||
# 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.
|
||||
python-dateutil>=2.7.0
|
||||
requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue