mirror of
				https://gitlab.com/akasroua/covot
				synced 2025-11-04 02:39:50 +01:00 
			
		
		
		
	Remove development dependencies
This commit is contained in:
		
							parent
							
								
									aaaaed3c40
								
							
						
					
					
						commit
						590d40d189
					
				@ -99,7 +99,7 @@ async def conversation(event):
 | 
				
			|||||||
            await event.respond("Un saludo")
 | 
					            await event.respond("Un saludo")
 | 
				
			||||||
            conv.cancel()
 | 
					            conv.cancel()
 | 
				
			||||||
        await event.respond(
 | 
					        await event.respond(
 | 
				
			||||||
            "Su caso ha sido comunicado correctamente. Muchas gracias por utilizar UGR Tracing Bot. Le demasos una pronta recuperación"
 | 
					            "Su caso ha sido comunicado correctamente. Muchas gracias por utilizar UGR Tracing Bot. Le deseamos una pronta recuperación"
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
from sqlalchemy import MetaData, create_engine
 | 
					from sqlalchemy import create_engine
 | 
				
			||||||
from sqlalchemy.ext.declarative import declarative_base
 | 
					from sqlalchemy.ext.declarative import declarative_base
 | 
				
			||||||
from sqlalchemy.orm import sessionmaker
 | 
					from sqlalchemy.orm import sessionmaker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										10
									
								
								shell.nix
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								shell.nix
									
									
									
									
									
								
							@ -3,13 +3,7 @@
 | 
				
			|||||||
with pkgs;
 | 
					with pkgs;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mkShell {
 | 
					mkShell {
 | 
				
			||||||
  buildInputs = [
 | 
					  buildInputs =
 | 
				
			||||||
    python38
 | 
					    [ python38 python38Packages.telethon python38Packages.sqlalchemy sqlite ];
 | 
				
			||||||
    python38Packages.telethon
 | 
					 | 
				
			||||||
    python38Packages.sqlalchemy
 | 
					 | 
				
			||||||
    python38Packages.pytest
 | 
					 | 
				
			||||||
    python38Packages.isort
 | 
					 | 
				
			||||||
    sqlite
 | 
					 | 
				
			||||||
  ];
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user