Skip to content
Snippets Groups Projects
  1. Dec 18, 2020
  2. Nov 19, 2020
  3. Oct 15, 2020
    • Georges Racinet's avatar
      requirements: bumped minimal version of py-heptapod · 7210aded
      Georges Racinet authored
      HGitaly now uses some helpers that are not present in the latest
      released version of py-heptapod (known as `heptapod` as a
      Python project), hence we have to base our requirement on a
      pre-release distribution (which was just uploaded).
      7210aded
  4. Oct 10, 2020
  5. Jun 16, 2020
    • Georges Racinet's avatar
      Declaration and organisation of Python dependencies · df655a5c
      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.
      df655a5c
Loading