initial commit
This commit is contained in:
parent
3e6e2e375c
commit
3422d02335
5
.gitignore
vendored
Normal file → Executable file
5
.gitignore
vendored
Normal file → Executable file
@ -1 +1,4 @@
|
|||||||
.pytest_cache/
|
**/.pytest_cache/
|
||||||
|
.idea/
|
||||||
|
*.lock
|
||||||
|
*.iml
|
||||||
|
5
Pipfile
Normal file → Executable file
5
Pipfile
Normal file → Executable file
@ -10,9 +10,8 @@ pytest = "*"
|
|||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
flask = "*"
|
flask = "*"
|
||||||
hoverpy = "*"
|
hoverpy = "~=0.2.2"
|
||||||
pytest = "*"
|
pytest = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.7"
|
python_version = "3.8"
|
||||||
|
|
||||||
|
0
app/__init__.py
Normal file → Executable file
0
app/__init__.py
Normal file → Executable file
BIN
app/__pycache__/__init__.cpython-37.pyc
Executable file
BIN
app/__pycache__/__init__.cpython-37.pyc
Executable file
Binary file not shown.
BIN
app/__pycache__/simple.cpython-37.pyc
Executable file
BIN
app/__pycache__/simple.cpython-37.pyc
Executable file
Binary file not shown.
0
app/simple.py
Normal file → Executable file
0
app/simple.py
Normal file → Executable file
2141
hoverfly.log
Executable file
2141
hoverfly.log
Executable file
File diff suppressed because it is too large
Load Diff
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Flask~=1.1.2
|
||||||
|
requests~=2.24.0
|
||||||
|
hoverpy~=0.2.2
|
BIN
tests/__pycache__/test_hov.cpython-37-PYTEST.pyc
Executable file
BIN
tests/__pycache__/test_hov.cpython-37-PYTEST.pyc
Executable file
Binary file not shown.
BIN
tests/__pycache__/test_simple.cpython-37-PYTEST.pyc
Executable file
BIN
tests/__pycache__/test_simple.cpython-37-PYTEST.pyc
Executable file
Binary file not shown.
0
tests/test_hov.py
Normal file → Executable file
0
tests/test_hov.py
Normal file → Executable file
0
tests/test_simple.py
Normal file → Executable file
0
tests/test_simple.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user