Commit 695e1b877a43960450ca3b506d88e81a5465816b
1 parent
c4200a77
Exists in
master
fix setup.py and add .venv to .gitignore
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
.gitignore
setup.py
@@ -18,7 +18,7 @@ setup( | @@ -18,7 +18,7 @@ setup( | ||
18 | url="https://git.xdi.uevora.pt/mjsb/aprendizations.git", | 18 | url="https://git.xdi.uevora.pt/mjsb/aprendizations.git", |
19 | packages=find_packages(), | 19 | packages=find_packages(), |
20 | include_package_data=True, # install files from MANIFEST.in | 20 | include_package_data=True, # install files from MANIFEST.in |
21 | - python_requires='>=3.9.*', | 21 | + python_requires='>=3.9', |
22 | install_requires=[ | 22 | install_requires=[ |
23 | 'tornado>=6.0', | 23 | 'tornado>=6.0', |
24 | 'mistune<2', | 24 | 'mistune<2', |