Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keejon committed Aug 16, 2024
1 parent d7f1abc commit 802535b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ requests
hypothesis

# performance test
geventhttpclient==2.0.12
locust==2.25.0

# Sentry SDK
Expand Down
8 changes: 5 additions & 3 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ gevent==24.2.1
# via
# geventhttpclient
# locust
geventhttpclient==2.3.1
# via locust
geventhttpclient==2.0.12
# via
# -r requirements-dev.in
# locust
greenlet==3.0.3
# via gevent
hypothesis==6.111.1
Expand Down Expand Up @@ -209,6 +211,7 @@ setuptools-golang==2.9.0
six==1.16.0
# via
# -r requirements.txt
# geventhttpclient
# isodate
# python-dateutil
sniffio==1.3.1
Expand All @@ -225,7 +228,6 @@ ujson==5.10.0
# via -r requirements.txt
urllib3==2.2.2
# via
# geventhttpclient
# requests
# sentry-sdk
watchfiles==0.23.0
Expand Down

0 comments on commit 802535b

Please sign in to comment.