|
1 | 1 | appdirs==1.4.4; python_version >= "3.7" and python_version < "4.0" |
| 2 | +asgiref==3.5.2; python_version >= "3.8" |
2 | 3 | attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0" |
3 | 4 | beautifulsoup4==4.11.1; python_full_version >= "3.6.0" |
4 | 5 | bs4==0.0.1 |
5 | 6 | cattrs==22.1.0; python_version >= "3.7" and python_version < "4.0" |
6 | 7 | certifi==2022.6.15; python_version >= "3.7" and python_version < "4" |
7 | 8 | charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0" |
| 9 | +django==4.0.6; python_version >= "3.8" |
8 | 10 | exceptiongroup==1.0.0rc8; python_full_version >= "3.10.0" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version <= "3.10" |
9 | 11 | gitdb==4.0.9; python_version >= "3.7" |
10 | 12 | gitpython==3.1.27; python_version >= "3.7" |
11 | 13 | greenlet==1.1.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" |
12 | 14 | idna==3.3; python_version >= "3.7" and python_version < "4" |
13 | 15 | numpy==1.23.1; python_version >= "3.10" |
14 | 16 | pandas==1.4.3; python_version >= "3.8" |
15 | | -playwright==1.24.0; python_version >= "3.7" |
16 | | -pyee==8.1.0; python_version >= "3.7" |
| 17 | +playwright==1.18.1; python_version >= "3.7" |
| 18 | +pyee==9.0.4 |
17 | 19 | python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8" |
18 | 20 | pytz==2022.1; python_version >= "3.8" |
19 | 21 | requests-cache==0.9.5; python_version >= "3.7" and python_version < "4.0" |
20 | 22 | requests==2.28.1; python_version >= "3.7" and python_version < "4" |
21 | 23 | six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version >= "3.8" and python_version < "4.0" |
22 | 24 | smmap==5.0.0; python_version >= "3.7" |
23 | 25 | soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0" |
| 26 | +sqlparse==0.4.2; python_version >= "3.8" |
| 27 | +typing-extensions==4.3.0; python_version >= "3.7" |
| 28 | +tzdata==2022.1; sys_platform == "win32" and python_version >= "3.8" |
24 | 29 | url-normalize==1.4.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.0" |
25 | 30 | urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7" |
26 | | -websockets==10.1; python_version >= "3.7" |
| 31 | +websockets==10.3; python_version >= "3.7" |
0 commit comments