Skip to content
Snippets Groups Projects
  • Georges Racinet's avatar
    df655a5c3c66
    Declaration and organisation of Python dependencies · df655a5c3c66
    Georges Racinet authored
    Up to now, we didn't declare any requirement in setup.py.
    
    We're adopting here a three-layered structure, with the
    full blown `dev-requirements.txt` carrying the needed tools
    to recompile the gRPC stubs.
    
    grpcio and grpcio-tools can be heavy to install, especially in
    CI context.
    
    We still have the problem that heptapod will pull Mercurial,
    just hoping it wouldn't mask the stable and default Mercurial
    versions.
    df655a5c3c66
    History
    Declaration and organisation of Python dependencies
    Georges Racinet authored
    Up to now, we didn't declare any requirement in setup.py.
    
    We're adopting here a three-layered structure, with the
    full blown `dev-requirements.txt` carrying the needed tools
    to recompile the gRPC stubs.
    
    grpcio and grpcio-tools can be heavy to install, especially in
    CI context.
    
    We still have the problem that heptapod will pull Mercurial,
    just hoping it wouldn't mask the stable and default Mercurial
    versions.
This project manages its dependencies using pip. Learn more
test-requirements.txt 58 B