Skip to content

Commit

Permalink
Bump more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinn committed Oct 29, 2023
1 parent 5798824 commit 6c0fd2d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
requests==2.24.0
requests>=2.25.0
PyYAML>=5.4
responses==0.10.15
urllib3==1.25.10
urllib3>=1.26.18
yamllint==1.23.0
fastapi
uvicorn[standard]
diskcache==5.6.3


# Below are all for Scrapy
attrs==23.1.0 # THIS HAS TO BE SPECIFIED
scrapy==2.10.1
boto3==1.14.7
extruct==0.9.0
w3lib==1.22.0
jinja2>=2.11.3
scrapinghub==2.4.0
service_identity==18.1.0
shub==2.14.5
pymongo==3.10.1
dnspython
msgpack-python
scrapy-useragents
Twisted==22.10.0

# Below are for running the app and using the database
fastapi
uvicorn[standard]
diskcache==5.6.3
psycopg2
alembic
sentry-sdk

# This is for testing
pytest
httpx
responses==0.10.15

0 comments on commit 6c0fd2d

Please sign in to comment.