##// END OF EJS Templates
py3: packaging changes to build python37 packages, and make pip2nix work.
py3: packaging changes to build python37 packages, and make pip2nix work.

File last commit:

r981:55389aab python3
r981:55389aab python3
Show More
requirements.txt
44 lines | 814 B | text/plain | TextLexer
nix: updated to 18.03 packages....
r472 ## dependencies
packages: bumped libraries and restructured requirements files...
r137
dependecies: use our custom configobj for all projects for consistency.
r492 # our custom configobj
dependencies: switched configobj to artifacts store link.
r697 https://code.rhodecode.com/upstream/configobj/artifacts/download/0-012de99a-b1e1-4f64-a5c0-07a98a41b324.tar.gz?md5=6a513f51fe04b2c18cf84c1395a7c626#egg=configobj==5.0.6
packaging: moved some not required dependencies to pinned requirements file
r651
py3: packaging changes to build python37 packages, and make pip2nix work.
r981 dogpile.cache==0.9.2
caches: replaced beaker with dogpile cache.
r483 dogpile.core==0.4.1
dependencies: bumped decorator to 4.1.2
r314 decorator==4.1.2
dan
pkgs: upgrade dulwich to 0.13 - fixes #4009
r31 dulwich==0.13.0
dependencies: bumped hgsubversion to 1.9.3 release.
r586 hgsubversion==1.9.3
py3: packaging changes to build python37 packages, and make pip2nix work.
r981 hg-evolve==10.0.0
packaging: switched to nix 20.03 packages and latest pip2nix code...
r970
py3: packaging changes to build python37 packages, and make pip2nix work.
r981 mercurial==5.4.1
dependencies: bumped msgpack-python to 0.5.6
r477 msgpack-python==0.5.6
dependencies: remove jinja2 elements, and ping pygments for compat with rhodecode-ce
r426
dependencies: bumped pastedeploy==2.1.0
r833 pastedeploy==2.1.0
dependencies: bumped pyramid to 1.10.4
r688 pyramid==1.10.4
requirements: added pygit2 into project
r723 pygit2==0.28.2
dependencies: freeze few libraries for better rhodecode-ce compatability.
r428
dependencies: bumped repoze.lru to 0.7.0
r316 repoze.lru==0.7
py3: packaging changes to build python37 packages, and make pip2nix work.
r981 redis==3.5.3
dependencies: bumped simplejson to 3.16.0
r636 simplejson==3.16.0
dependencies: bumped subvertpy to 0.10.1
r313 subvertpy==0.10.1
packages: bumped libraries and restructured requirements files...
r137
py3: packaging changes to build python37 packages, and make pip2nix work.
r981 six==1.15.0
initial commit
r0 translationstring==1.3
py3: packaging changes to build python37 packages, and make pip2nix work.
r981 webob==1.8.6
dependencies: bumped zope.deprecation to 4.4.0
r653 zope.deprecation==4.4.0
py3: packaging changes to build python37 packages, and make pip2nix work.
r981 zope.interface==5.1.0
packages: bumped libraries and restructured requirements files...
r137
dependencies: bumped http servers, including gunicorn....
r238 ## http servers
py3: packaging changes to build python37 packages, and make pip2nix work.
r981 #gevent==20.6.0
#greenlet==0.4.16
gunicorn==20.0.4
waitress==1.4.4
initial commit
r0
dependencies: freeze ipdb to same version as enterprise
r155 ## test related requirements
packages: bumped libraries and restructured requirements files...
r137 -r requirements_test.txt
debug: added optional libraries for tracking leaks
r748
## uncomment to add the debug libraries
py3: packaging changes to build python37 packages, and make pip2nix work.
r981 #ipdb==0.13.2
#ipython==7.15.0
debug: added optional libraries for tracking leaks
r748 #-r requirements_debug.txt