I have been adding some plugins to your application. I noticed when initially installing that the process encounters some dependency errors. Specifically in the thethe_server/requirements.txt file, one of the modules needed is urllib3==1.25.7, but it raises a dependency problem. As a temporary fix, and in order to keep working, I fixed it by changing to an older version, urllib3==1.22.
I will be soon creating a pull request with the plugins I added and this fix, just wanted to let you know in case you want to have a look at this small detail.
Hi,
I have been adding some plugins to your application. I noticed when initially installing that the process encounters some dependency errors. Specifically in the
thethe_server/requirements.txt
file, one of the modules needed is urllib3==1.25.7, but it raises a dependency problem. As a temporary fix, and in order to keep working, I fixed it by changing to an older version, urllib3==1.22.I will be soon creating a pull request with the plugins I added and this fix, just wanted to let you know in case you want to have a look at this small detail.