初始化
commit
fff4cdc299
@ -0,0 +1,8 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/../../../../:\mysubject\IpPool\.idea/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="PYTHON_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="jdk" jdkName="Python 3.8 (fast_api)" jdkType="Python SDK" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="Encoding">
|
||||||
|
<file url="file://$PROJECT_DIR$/SimplePool/log_file.log" charset="GBK" />
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -0,0 +1,17 @@
|
|||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<profile version="1.0">
|
||||||
|
<option name="myName" value="Project Default" />
|
||||||
|
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
|
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||||
|
<option name="ignoredPackages">
|
||||||
|
<value>
|
||||||
|
<list size="3">
|
||||||
|
<item index="0" class="java.lang.String" itemvalue="opencv-contrib-python" />
|
||||||
|
<item index="1" class="java.lang.String" itemvalue="astunparse" />
|
||||||
|
<item index="2" class="java.lang.String" itemvalue="rich" />
|
||||||
|
</list>
|
||||||
|
</value>
|
||||||
|
</option>
|
||||||
|
</inspection_tool>
|
||||||
|
</profile>
|
||||||
|
</component>
|
@ -0,0 +1,6 @@
|
|||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<settings>
|
||||||
|
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||||
|
<version value="1.0" />
|
||||||
|
</settings>
|
||||||
|
</component>
|
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (fast_api)" project-jdk-type="Python SDK" />
|
||||||
|
</project>
|
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/IpPool.iml" filepath="$PROJECT_DIR$/.idea/IpPool.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
MainThread - 2024-01-19 15:50:45,913 - proactor_events - __init__:623 - DEBUG - Using proactor: IocpProactor
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
MainThread - 2024-01-19 15:42:26,726 - proactor_events - __init__:line:623 - DEBUG - Using proactor: IocpProactor
|
@ -0,0 +1,50 @@
|
|||||||
|
name: IpPool
|
||||||
|
channels:
|
||||||
|
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
|
||||||
|
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
|
||||||
|
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
|
||||||
|
- defaults
|
||||||
|
dependencies:
|
||||||
|
- aiohttp=3.9.0=py38h2bbff1b_0
|
||||||
|
- aioredis=1.3.1=pyhd3eb1b0_0
|
||||||
|
- aiosignal=1.2.0=pyhd3eb1b0_0
|
||||||
|
- async-timeout=4.0.3=py38haa95532_0
|
||||||
|
- attrs=23.1.0=py38haa95532_0
|
||||||
|
- ca-certificates=2023.12.12=haa95532_0
|
||||||
|
- click=8.1.7=py38haa95532_0
|
||||||
|
- colorama=0.4.6=py38haa95532_0
|
||||||
|
- frozenlist=1.4.0=py38h2bbff1b_0
|
||||||
|
- greenlet=2.0.1=py38hd77b12b_0
|
||||||
|
- h11=0.12.0=pyhd3eb1b0_0
|
||||||
|
- hiredis=2.0.0=py38h2bbff1b_0
|
||||||
|
- idna=3.4=py38haa95532_0
|
||||||
|
- libffi=3.4.4=hd77b12b_0
|
||||||
|
- multidict=6.0.4=py38h2bbff1b_0
|
||||||
|
- openssl=3.0.12=h2bbff1b_0
|
||||||
|
- pip=23.3=py38haa95532_0
|
||||||
|
- python=3.8.18=h1aa4202_0
|
||||||
|
- redis=3.5.3=pyhd3eb1b0_0
|
||||||
|
- setuptools=68.0.0=py38haa95532_0
|
||||||
|
- sqlalchemy=2.0.21=py38h2bbff1b_0
|
||||||
|
- sqlite=3.41.2=h2bbff1b_0
|
||||||
|
- typing=3.10.0.0=py38haa95532_0
|
||||||
|
- typing_extensions=4.7.1=py38haa95532_0
|
||||||
|
- uvicorn=0.20.0=py38haa95532_0
|
||||||
|
- vc=14.2=h21ff451_1
|
||||||
|
- vs2015_runtime=14.27.29016=h5e58377_2
|
||||||
|
- wheel=0.41.2=py38haa95532_0
|
||||||
|
- yarl=1.9.3=py38h2bbff1b_0
|
||||||
|
- pip:
|
||||||
|
- annotated-types==0.6.0
|
||||||
|
- anyio==3.7.1
|
||||||
|
- dnspython==2.4.2
|
||||||
|
- exceptiongroup==1.1.3
|
||||||
|
- fastapi==0.104.1
|
||||||
|
- motor==3.3.2
|
||||||
|
- pydantic==2.4.2
|
||||||
|
- pydantic-core==2.10.1
|
||||||
|
- pymongo==4.6.1
|
||||||
|
- sniffio==1.3.0
|
||||||
|
- starlette==0.27.0
|
||||||
|
- typing-extensions==4.8.0
|
||||||
|
prefix: D:\Conda\envs\IpPool
|
Loading…
Reference in New Issue