esandorfi commited on
Commit
6fbc201
·
unverified ·
1 Parent(s): 70ae07c

Add development dependencies for pytest and httpx

Browse files
Files changed (1) hide show
  1. requirements-dev.txt +2 -0
requirements-dev.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ pytest==8.3.2
2
+ httpx==0.27.2