mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
- Fix few SonarQube issues.
- Cleanup NW.js related stuff.
This commit is contained in:
@@ -199,9 +199,9 @@ def dump_header():
|
||||
def dump_runtime():
|
||||
print_title("Runtime Dependencies")
|
||||
print_table_header()
|
||||
print_row("Python", "3.6+", "PSF", "https://www.python.org/")
|
||||
print_row("nw", "0.50.2", "MIT",
|
||||
"git://github.com/nwjs/npm-installer.git")
|
||||
print_row("Python", "3.8+", "PSF", "https://www.python.org/")
|
||||
print_row("Electron", "30.0.5", "MIT",
|
||||
"https://www.npmjs.com/package/electron")
|
||||
|
||||
# Make sure to change the count of hardcoded_deps if we will
|
||||
# manually add some more dependencies in future.
|
||||
|
||||
Reference in New Issue
Block a user