Adding stable dependencies to project

This commit is contained in:
2022-06-02 13:42:37 -03:00
parent 9c8359c365
commit bd35d5057a
3 changed files with 34 additions and 24 deletions

23
Pipfile Normal file
View File

@@ -0,0 +1,23 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
pyinstaller = "*"
pyinstall = "*"
argparse = "*"
typing = "*"
nptyping = "*"
"subprocess.run" = "*"
multiprocess = "*"
setproctitle = "*"
textwrap3 = "*"
pathlib = "*"
gzip-utils = "*"
[dev-packages]
[requires]
python_version = "3.8"