mirror of https://github.com/nucypher/nucypher.git
Re-include deployment installation extra.
parent
c46e2a4668
commit
eaa97a29e3
12
setup.py
12
setup.py
|
@ -120,10 +120,16 @@ DEPLOY_REQUIRES = [
|
|||
URSULA_REQUIRES = ['prometheus_client']
|
||||
|
||||
EXTRAS = {
|
||||
'ursula': URSULA_REQUIRES,
|
||||
|
||||
# Admin
|
||||
'docs': DOCS_REQUIRE,
|
||||
'dev': DEV_REQUIRES + DOCS_REQUIRE,
|
||||
'benchmark': DEV_REQUIRES + BENCHMARK_REQUIRES
|
||||
'dev': DEV_REQUIRES + DOCS_REQUIRE + URSULA_REQUIRES,
|
||||
'benchmark': DEV_REQUIRES + BENCHMARK_REQUIRES,
|
||||
'deploy': DOCS_REQUIRE + DEPLOY_REQUIRES,
|
||||
|
||||
# User
|
||||
'ursula': URSULA_REQUIRES
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue