-
- Downloads
setup: extract db and http related parts to dedicated optional 'extras'
Note that for now, the main requirements.txt still contains all the dependencies for backward compatibility reasons. This will have to be fixed once all packages that depends on swh.core have been updated. closes T1678.
parent
a057ad05
No related branches found
No related tags found
requirements-db.txt
0 → 100644
requirements-http.txt
0 → 100644
PyYAML | ||
systemd-python | ||
# these deps below are now handled in dedicated 'extras' and should be removed | ||
# from this main requirement file ASAP | ||
arrow | ||
aiohttp | ||
msgpack > 0.5 | ||
psycopg2 | ||
python-dateutil | ||
vcversioner | ||
PyYAML | ||
requests | ||
Flask | ||
systemd-python | ||
decorator |
setup.py
100644 → 100755
-
Some references in the commit message have been migrated:
- T1678 is now #1678 (closed)
Please register or sign in to comment