All checks were successful
		
		
	
	Build container / Build (pull_request) Successful in 43s
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [project]
 | |
| name = "journal-bot"
 | |
| version = "0.1.0"
 | |
| description = "Add your description here"
 | |
| readme = "README.md"
 | |
| requires-python = ">=3.13"
 | |
| dependencies = [
 | |
|     "anyio>=4.9.0",
 | |
|     "peewee>=3.18.2",
 | |
|     "python-telegram-bot[job-queue]>=22.3",
 | |
| ]
 |