##// END OF EJS Templates
deps: removed pinned deps in favor of moving them back into the requirements.txt file itself
deps: removed pinned deps in favor of moving them back into the requirements.txt file itself

File last commit:

r1058:2b749a9a python3
r1058:2b749a9a python3
Show More
requirements.txt
62 lines | 968 B | text/plain | TextLexer
## dependencies
configobj==5.0.8
dogpile.cache==1.1.8
decorator==5.1.1
dulwich==0.21.3
hg-evolve==11.0.0
mercurial==6.3.3
msgpack-python==0.5.6
more-itertools==9.1.0
pastedeploy==3.0.1
pyramid==2.0.1
pygit2==1.11.1
repoze.lru==0.7
redis==4.5.1
simplejson==3.18.3
subvertpy==0.11.0
translationstring==1.4
webob==1.8.7
zope.deprecation==4.4.0
zope.interface==5.5.2
## http servers
#gevent==20.6.0
#greenlet==0.4.16
gunicorn==20.1.0
waitress==2.1.2
# contains not directly required libraries we want to pin the version.
atomicwrites==1.4.1
attrs==22.2.0
contextlib2==21.6.0
cffi==1.15.1
hupper==1.11
importlib-metadata==6.0.0
packaging==23.0
pathlib2==2.3.7.post1
pygments==2.14.0
pyparsing==3.0.9
psutil==5.9.4
pluggy==1.0.0
scandir==1.10.0
setproctitle==1.3.2
venusian==3.0.0
wcwidth==0.2.6
toml==0.10.2
## test related requirements
-r requirements_test.txt
## uncomment to add the debug libraries
#ipdb==0.13.2
#ipython==7.15.0
#-r requirements_debug.txt