parent
e648a1b374
commit
5720f70a6f
@ -1,3 +1,4 @@
|
||||
/navidrome
|
||||
/music
|
||||
/music/*
|
||||
/music/*
|
||||
.idea/
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="Flask">
|
||||
<option name="enabled" value="true" />
|
||||
</component>
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Python 3.7 (getDiscography)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="TemplatesService">
|
||||
<option name="TEMPLATE_CONFIGURATION" value="Jinja2" />
|
||||
<option name="TEMPLATE_FOLDERS">
|
||||
<list>
|
||||
<option value="$MODULE_DIR$/templates" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
</module>
|
||||
@ -1,6 +0,0 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
||||
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (getDiscography)" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/getDiscography.iml" filepath="$PROJECT_DIR$/.idea/getDiscography.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
@ -1,10 +1,31 @@
|
||||
bs4
|
||||
flask
|
||||
redis
|
||||
requests
|
||||
rq
|
||||
async-timeout==4.0.2
|
||||
beautifulsoup4==4.12.2
|
||||
Brotli==1.0.9
|
||||
bs4==0.0.1
|
||||
certifi==2023.5.7
|
||||
charset-normalizer==3.1.0
|
||||
click==8.1.3
|
||||
filelock==3.12.2
|
||||
Flask==2.2.5
|
||||
idna==3.4
|
||||
importlib-metadata==6.6.0
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.3
|
||||
mutagen==1.46.0
|
||||
pycryptodomex==3.18.0
|
||||
redis==4.5.5
|
||||
requests==2.31.0
|
||||
requests-file==1.5.1
|
||||
selenium==3.14.1
|
||||
selenium-requests
|
||||
selenium-requests==1.3
|
||||
six==1.16.0
|
||||
soupsieve==2.4.1
|
||||
tldextract==3.4.4
|
||||
typing_extensions==4.6.3
|
||||
urllib3==1.26.2
|
||||
yt-dlp
|
||||
wget
|
||||
websockets==11.0.3
|
||||
Werkzeug==2.2.3
|
||||
wget==3.2
|
||||
yt-dlp==2023.3.4
|
||||
zipp==3.15.0
|
||||
|
||||
Loading…
Reference in new issue