25 lines
		
	
	
		
			575 B
		
	
	
	
		
			TOML
		
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			575 B
		
	
	
	
		
			TOML
		
	
	
| [[source]]
 | |
| url = "https://pypi.python.org/simple"
 | |
| verify_ssl = true
 | |
| name = "pypi"
 | |
| 
 | |
| [packages]
 | |
| e1839a8 = {path = ".",editable = true}
 | |
| # use master branch for "guest mode"
 | |
| trio = {git = "git://github.com/python-trio/trio.git"}
 | |
| Cython = "*"
 | |
| # use master branch kivy since wheels seem borked (due to cython stuff)
 | |
| kivy = {git = "git://github.com/kivy/kivy.git"}
 | |
| pdbpp = "*"
 | |
| msgpack = "*"
 | |
| tractor = {git = "git://github.com/goodboy/tractor.git"}
 | |
| toml = "*"
 | |
| pyqtgraph = "*"
 | |
| qdarkstyle = "*"
 | |
| pyqt5 = "*"
 | |
| 
 | |
| [dev-packages]
 | |
| pytest = "*"
 | |
| pdbpp = "*"
 | |
| piker = {editable = true,path = "."}
 |