mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	account_ebics - prevent cryptography into newest versions
Check Cryptography 41.0 which drops the support for Python 3.6
This commit is contained in:
		
				
					committed by
					
						
						Luc De Meyer
					
				
			
			
				
	
			
			
			
						parent
						
							b17de469b5
						
					
				
				
					commit
					03c3cc6c74
				
			@@ -21,13 +21,13 @@
 | 
			
		||||
        'wizards/ebics_xfer.xml',
 | 
			
		||||
        'views/menu.xml',
 | 
			
		||||
    ],
 | 
			
		||||
    'installable': True,
 | 
			
		||||
    'application': True,
 | 
			
		||||
    'external_dependencies': {
 | 
			
		||||
        'python': [
 | 
			
		||||
            'fintech',
 | 
			
		||||
            'cryptography',
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
    "installable": True,
 | 
			
		||||
    "application": True,
 | 
			
		||||
    "external_dependencies": {
 | 
			
		||||
        "python": [
 | 
			
		||||
            "fintech",
 | 
			
		||||
            "cryptography<=39.0.2",
 | 
			
		||||
        ]
 | 
			
		||||
    },
 | 
			
		||||
    "images": ["static/description/cover.png"],
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								requirements.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								requirements.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
# generated from manifests external_dependencies
 | 
			
		||||
cryptography<=39.0.2
 | 
			
		||||
fintech
 | 
			
		||||
		Reference in New Issue
	
	Block a user