packaging: switched to nix 20.03 packages and latest pip2nix code

- dependencies changed:
  atomicwrites==1.4.0
  ipython==5.10.0
  pytest==4.6.9
  py==1.8.1
  pytest-cov==2.8.1
  pytest-sugar==0.9.3
  pytest-runner==5.2.0
  rhodecode-tools==2.0.0
  ipython==5.10.0
  mysqlclient==1.4.6 (change from mysql-python, which is deprecated)
  mako==1.1.2
  lxml==4.5.0
  click==7.1.2
This commit is contained in:
Marcin Kuzminski 2020-05-11 14:20:30 +02:00
parent 3def14a8c3
commit c4bd55edf6
13 changed files with 2302 additions and 1108 deletions

View file

@ -48,5 +48,6 @@ recursive-include rhodecode/public/js *
recursive-include rhodecode/templates *
# skip any tests files
recursive-exclude result *
recursive-exclude rhodecode/tests *