diff --git a/.gitignore b/.gitignore index 2994665..39c4e07 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ curl_print .*.schema.json lib/__pycache__/ package_linter/ + +.venv \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..831f43d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +toml +pycurl +beautifulsoup4 +lxml +imgkit \ No newline at end of file