This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
vlanmang
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
use venv, and require >3.7...
ssh-lenovo
John-Mark Gurney
2 years ago
parent
55eabc2cd8
commit
8fb3d9e24e
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-0
setup.py
+ 1
- 1
Makefile
View File
@@ -1,5 +1,5 @@
MODULES=vlanmang
VIRTUALENV?=v
irtual
env
-3.7
VIRTUALENV?=
python3 -m
venv
test:
(ls $(MODULES)/*.py test_data.py test.creds | entr sh -c 'python -m coverage run -m unittest $(basename $(MODULES)) && coverage report --omit=p/\* -m -i')
+ 1
- 0
setup.py
View File
@@ -19,6 +19,7 @@ setup(name='vlanmang',
],
url='https://www.funkthat.com/gitea/jmg/vlanmang',
packages=[ 'vlanmang', ],
python_requires=">3.7",
install_requires=[
'pysnmp',
'pysnmp-mibs',
Write
Preview
Loading…
Cancel
Save