mirror of https://github.com/dapr/docs.git
				
				
				
			Remove requests dep (#2055)
* Add DCO check to PR template Signed-off-by: Nick Greenfield <nigreenf@microsoft.com> * Remove requests dep Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Nick Greenfield <nigreenf@microsoft.com> Co-authored-by: Yaron Schneider <schneider.yaron@live.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com>
This commit is contained in:
		
							parent
							
								
									90fb822430
								
							
						
					
					
						commit
						ff5f20f23a
					
				| 
						 | 
				
			
			@ -264,8 +264,7 @@ public class OrderProcessingServiceApplication {
 | 
			
		|||
```python
 | 
			
		||||
#dependencies
 | 
			
		||||
import random
 | 
			
		||||
from time import sleep    
 | 
			
		||||
import requests
 | 
			
		||||
from time import sleep
 | 
			
		||||
import logging
 | 
			
		||||
from dapr.clients import DaprClient
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue