requirements.txt split in build & runtime to make it clear

This commit is contained in:
nicobo 2020-12-20 15:43:38 +01:00
parent 75840b057f
commit d84298bc59
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F
2 changed files with 10 additions and 3 deletions

10
requirements-build.txt Normal file
View file

@ -0,0 +1,10 @@
##### Requirements for building only #####
setuptools
wheel
twine
setuptools_scm
# XEdDSA dependency does not seem to have a wheel and requires the following two
# modules to build (see https://github.com/Syndace/python-xeddsa)
cmake
make

View file

@ -1,6 +1,3 @@
##### Requirements for all features #####
# (None yet)
##### Requirements for signalcli #####
python-i18n