Skip to content

Commit

Permalink
Update requirements to use ~= instead of ==
Browse files Browse the repository at this point in the history
  • Loading branch information
nexy7574 committed Mar 29, 2024
1 parent e64087b commit 93e73fd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pytest==7.3.2
rich==13.3.2
elevate==0.1.3
click==8.1.3
psutil==5.9.4
requests==2.31.0
beautifulsoup4==4.11.2
humanize==4.4.0
elevate==0.1.3
httpx[http2,socks,brotli]==0.23.3
click-aliases==1.0.1
pytest~=7.3
rich~=13.3
elevate~=0.1
click~=8.1
psutil~=5.9
requests~=2.31
beautifulsoup4~=4.11
humanize~=4.4
elevate~=0.1
httpx[http2,socks,brotli]~=0.23
click-aliases~=1.0
toml; python_version < "3.11"
appdirs~=1.4

0 comments on commit 93e73fd

Please sign in to comment.