mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	add cryptography as an external dependency
This commit is contained in:
		@@ -21,5 +21,10 @@
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    'installable': True,
 | 
					    'installable': True,
 | 
				
			||||||
    'application': True,
 | 
					    'application': True,
 | 
				
			||||||
    'external_dependencies': {'python': ['fintech', ]},
 | 
					    'external_dependencies': {
 | 
				
			||||||
 | 
					        'python': [
 | 
				
			||||||
 | 
					            'fintech',
 | 
				
			||||||
 | 
					            'cryptography',
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user