mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-05 17:15:36 +02:00
requirements.txt split in build & runtime to make it clear
This commit is contained in:
parent
75840b057f
commit
d84298bc59
10
requirements-build.txt
Normal file
10
requirements-build.txt
Normal 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
|
|
@ -1,6 +1,3 @@
|
|||
##### Requirements for all features #####
|
||||
# (None yet)
|
||||
|
||||
##### Requirements for signalcli #####
|
||||
python-i18n
|
||||
|
Loading…
Reference in a new issue