mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	Merge pull request #85 from Noviat/13-cryptography_update
account_ebics - prevent cryptography into newest versions
This commit is contained in:
		@@ -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