13 lines
		
	
	
		
			240 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			240 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [project]
 | |
| name = "rally-racer"
 | |
| version = "0.1.0"
 | |
| description = "Rally racing game for ML"
 | |
| readme = "README.md"
 | |
| requires-python = ">=3.13"
 | |
| dependencies = [
 | |
|     "numpy>=2.3.4",
 | |
|     "pygame>=2.6.1",
 | |
|     "pyqt6>=6.9.1",
 | |
|     "qasync>=0.28.0",
 | |
| ]
 |