mirror of https://github.com/Bunsly/JobSpy
add reqiurements
parent
f717ef9078
commit
edc2bf09dc
|
@ -1,32 +1,43 @@
|
||||||
anyio==3.7.1
|
anyio==3.7.1
|
||||||
|
atomicwrites==1.4.1
|
||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
bcrypt==4.0.1
|
bcrypt==4.0.1
|
||||||
beautifulsoup4==4.12.2
|
beautifulsoup4==4.12.2
|
||||||
|
cachetools==5.3.1
|
||||||
certifi==2023.5.7
|
certifi==2023.5.7
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
click==8.1.4
|
click==8.1.4
|
||||||
|
colorama==0.4.6
|
||||||
cryptography==41.0.1
|
cryptography==41.0.1
|
||||||
dataclasses==0.6
|
dataclasses==0.6
|
||||||
deprecation==2.1.0
|
deprecation==2.1.0
|
||||||
ecdsa==0.18.0
|
ecdsa==0.18.0
|
||||||
exceptiongroup==1.1.2
|
exceptiongroup==1.1.2
|
||||||
fastapi==0.99.1
|
fastapi==0.99.1
|
||||||
|
google-auth==2.22.0
|
||||||
|
google-auth-oauthlib==1.0.0
|
||||||
gotrue==0.2.0
|
gotrue==0.2.0
|
||||||
|
gspread==5.10.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpcore==0.12.3
|
httpcore==0.12.3
|
||||||
|
httplib2==0.22.0
|
||||||
httpx==0.16.1
|
httpx==0.16.1
|
||||||
idna==2.10
|
idna==2.10
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
|
oauth2client==4.1.3
|
||||||
|
oauthlib==3.2.2
|
||||||
packaging==23.1
|
packaging==23.1
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
pluggy==1.2.0
|
pluggy==1.2.0
|
||||||
postgrest-py==0.4.0
|
postgrest-py==0.4.0
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
pyasn1==0.5.0
|
pyasn1==0.5.0
|
||||||
|
pyasn1-modules==0.3.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pydantic==1.10.11
|
pydantic==1.10.11
|
||||||
|
pyparsing==3.1.1
|
||||||
pytest==6.2.5
|
pytest==6.2.5
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
|
@ -34,6 +45,7 @@ python-jose==3.3.0
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
realtime-py==0.1.3
|
realtime-py==0.1.3
|
||||||
requests==2.25.1
|
requests==2.25.1
|
||||||
|
requests-oauthlib==1.3.1
|
||||||
rfc3986==1.5.0
|
rfc3986==1.5.0
|
||||||
rsa==4.9
|
rsa==4.9
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
|
|
Loading…
Reference in New Issue