Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ceroberoz committed Aug 22, 2024
1 parent a078928 commit f3b19e5
Showing 1 changed file with 30 additions and 23 deletions.
53 changes: 30 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
asttokens==2.4.0
# Core dependencies for Google Sheets script
pandas==2.1.3
google-auth==2.23.4
google-api-python-client==2.108.0

# Scrapy and related packages
Scrapy==2.11.0
Twisted==22.10.0 # Compatible with Scrapy 2.11.0
scrapy-playwright==0.0.33
playwright==1.40.0

# IPython for interactive development
ipython==8.17.2

# Other dependencies
asttokens==2.4.1
attrs==23.1.0
Automat==22.10.0
backcall==0.2.0
certifi==2023.7.22
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.0
constantly==15.1.0
cryptography==41.0.4
charset-normalizer==3.3.2
constantly==23.10.4
cryptography==41.0.5
cssselect==1.2.0
decorator==5.1.1
executing==2.0.0
filelock==3.12.4
greenlet==3.0.0
executing==2.0.1
filelock==3.13.1
greenlet==3.0.1
hyperlink==21.0.0
idna==3.4
incremental==22.10.0
ipython==8.17.2
itemadapter==0.8.0
itemloaders==1.1.0
jedi==0.19.1
Expand All @@ -27,8 +41,7 @@ parsel==1.8.1
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
playwright==1.40.0
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
Protego==0.3.0
ptyprocess==0.7.0
pure-eval==0.2.2
Expand All @@ -37,24 +50,18 @@ pyasn1-modules==0.3.0
pycparser==2.21
PyDispatcher==2.0.7
pyee==11.0.1
Pygments==2.16.1
pyOpenSSL==23.2.0
Pygments==2.17.1
pyOpenSSL==23.3.0
queuelib==1.6.2
requests==2.31.0
requests-file==1.5.1
Scrapy==2.11.0
scrapy-playwright==0.0.33
service-identity==23.1.0
six==1.16.0
stack-data==0.6.3
tldextract==5.0.1
traitlets==5.11.2
Twisted==23.7.0 # Downgraded to be compatible with Scrapy 2.11.0
tldextract==5.1.1
traitlets==5.13.0
typing_extensions==4.8.0
urllib3==2.0.7
urllib3==2.1.0
w3lib==2.1.2
wcwidth==0.2.8
wcwidth==0.2.10
zope.interface==6.1
pandas==2.1.3
google-auth==2.23.4
google-api-python-client==2.108.0

0 comments on commit f3b19e5

Please sign in to comment.