We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1794045 commit 3328363Copy full SHA for 3328363
AutoCAD/AutoCAD_Module.py
@@ -1,9 +1,8 @@
1
import subprocess
2
-from enum import Enum
3
import psutil
4
import pythoncom
5
import win32com.client
6
-
+from enum import Enum
7
8
# project by jones peter
9
class Color(Enum):
setup.py
@@ -1,6 +1,7 @@
from setuptools import setup, find_packages
import sys
from AutoCAD import __version__
+
requirements = ['psutil']
# Add Windows-specific requirements only when on Windows
if sys.platform == 'win32':
0 commit comments