chore: rewrite extract-requirements to python

Using python ast to guess requirements in the setup.py file.
This commit is contained in:
jo 2022-07-17 18:51:58 +02:00 committed by Kyle Robbertze
parent 28857fbf49
commit 80218f33eb
9 changed files with 70 additions and 57 deletions

View file

@ -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