check_hostname requires server_hostname error when installing prodigy on work systems

hi @tahia,

I suspect the issue could be that when you try to install via wheel, your network's SSL is blocking the automatic install of the dependencies as well.

The problem is you will likely need to download and install each dependency one-by-one first. Then when you try to install Prodigy, use the --no-deps flag:

That link mentions the dependencies required for v1.11.14. Since then, we've released v1.12.3, which uses these dependencies:

spacy>=3.1.1,<3.7.0
wasabi>=1.1.2
srsly>=2.0.0,<3.0.0
catalogue
toolz>=0.8.2,<1.0.0
plac>=0.9.6,<1.2.0
requests
pydantic>=1.10.4,<2.0
fastapi>=0.65.1,<0.95.1
aiofiles
uvicorn>=0.13.3,<0.19.0
peewee>=3.12.0,< 3.17.0
cachetools>=4.2
pyjwt<3.0.0,>=2.0.0
uvloop<=0.14.0; python_version < "3.7" and platform_system != "Windows"
jinja2
python-dotenv>=0.21.1,<2.0.0
typeguard>=3.0.2,<4.0
tqdm>=4.38.0,<5.0.0
typing_extensions<4.6.0