teaevo commited on
Commit
1db7420
·
1 Parent(s): 8aa71fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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