Update app.py
Browse files
app.py
CHANGED
@@ -13,14 +13,14 @@ import random
|
|
13 |
|
14 |
#import pkg_resources
|
15 |
|
16 |
-
|
17 |
# Get a list of installed packages and their versions
|
18 |
installed_packages = {pkg.key: pkg.version for pkg in pkg_resources.working_set}
|
19 |
|
20 |
# Print the list of packages
|
21 |
for package, version in installed_packages.items():
|
22 |
print(f"{package}=={version}")
|
23 |
-
|
24 |
|
25 |
'''
|
26 |
# Replace the connection parameters with your SQL Server information
|
|
|
13 |
|
14 |
#import pkg_resources
|
15 |
|
16 |
+
|
17 |
# Get a list of installed packages and their versions
|
18 |
installed_packages = {pkg.key: pkg.version for pkg in pkg_resources.working_set}
|
19 |
|
20 |
# Print the list of packages
|
21 |
for package, version in installed_packages.items():
|
22 |
print(f"{package}=={version}")
|
23 |
+
|
24 |
|
25 |
'''
|
26 |
# Replace the connection parameters with your SQL Server information
|