Skip to content
Snippets Groups Projects
Commit 9c7c009e authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: rename covid19 to flask_covid19

parent 484d1796
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
#!/usr/bin/env python #!/usr/bin/env python
import os import os
import sys
import subprocess import subprocess
import logging import logging
from setuptools import setup, find_packages
def get_python_requirements_from_txt(): def get_python_requirements_from_txt():
......
#!/usr/bin/env python #!/usr/bin/env python
import os
import sys
import subprocess import subprocess
import logging import logging
from setuptools import setup, find_packages
def run_npm_install(): def run_npm_install():
......
#!/usr/bin/env python #!/usr/bin/env python
import os import os
import sys
import subprocess import subprocess
import logging import logging
from setuptools import setup, find_packages
def run_compile_requirements(): def run_compile_requirements():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment