| 
									
										
										
										
											2017-05-05 14:22:16 +02:00
										 |  |  | { lib | 
					
						
							|  |  |  | , buildPythonPackage | 
					
						
							|  |  |  | , fetchPypi | 
					
						
							|  |  |  | , decorator | 
					
						
							|  |  |  | , nbformat | 
					
						
							|  |  |  | , pytz | 
					
						
							| 
									
										
										
										
											2017-05-07 12:55:45 +02:00
										 |  |  | , requests | 
					
						
							| 
									
										
										
										
											2018-08-30 15:26:18 +02:00
										 |  |  | , retrying | 
					
						
							| 
									
										
										
										
											2017-05-05 14:22:16 +02:00
										 |  |  | , six | 
					
						
							|  |  |  | }: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | buildPythonPackage rec { | 
					
						
							|  |  |  |   pname = "plotly"; | 
					
						
							| 
									
										
										
										
											2018-11-11 14:47:26 +01:00
										 |  |  |   version = "3.4.1"; | 
					
						
							| 
									
										
										
										
											2017-05-05 14:22:16 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |   src = fetchPypi { | 
					
						
							|  |  |  |     inherit pname version; | 
					
						
							| 
									
										
										
										
											2018-11-11 14:47:26 +01:00
										 |  |  |     sha256 = "5dc85bde91bc80fa05f0d89e9f3a8eaee735b2b404047266874e0ff9c104407f"; | 
					
						
							| 
									
										
										
										
											2017-05-05 14:22:16 +02:00
										 |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   propagatedBuildInputs = [ | 
					
						
							|  |  |  |     decorator | 
					
						
							|  |  |  |     nbformat | 
					
						
							|  |  |  |     pytz | 
					
						
							| 
									
										
										
										
											2017-05-07 12:55:45 +02:00
										 |  |  |     requests | 
					
						
							| 
									
										
										
										
											2018-08-30 15:26:18 +02:00
										 |  |  |     retrying | 
					
						
							| 
									
										
										
										
											2017-05-05 14:22:16 +02:00
										 |  |  |     six | 
					
						
							|  |  |  |   ]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   # No tests in archive | 
					
						
							|  |  |  |   doCheck = false; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   meta = { | 
					
						
							|  |  |  |     description = "Python plotting library for collaborative, interactive, publication-quality graphs"; | 
					
						
							|  |  |  |     homepage = https://plot.ly/python/; | 
					
						
							|  |  |  |     license = with lib.licenses; [ mit ]; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | } |