updated venv
This commit is contained in:
parent
d7a4c186c9
commit
37962bbb61
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -368,3 +368,4 @@ Hockey/
|
||||||
# Data directiory
|
# Data directiory
|
||||||
Data/
|
Data/
|
||||||
/.env/hockey10
|
/.env/hockey10
|
||||||
|
/env/env
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import os, player, tweepy, twitHandler, time, skillContests, random, itertools
|
import os, player, time, skillContests, random, itertools
|
||||||
from attributes import normalDis
|
from attributes import normalDis
|
||||||
from hocTests import AttributeTest, TestGame
|
from hocTests import AttributeTest, TestGame
|
||||||
from hocUtils import RinkGraph
|
from hocUtils import RinkGraph
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<OutputPath>.</OutputPath>
|
<OutputPath>.</OutputPath>
|
||||||
<Name>SimHoc</Name>
|
<Name>SimHoc</Name>
|
||||||
<RootNamespace>SimHoc</RootNamespace>
|
<RootNamespace>SimHoc</RootNamespace>
|
||||||
<InterpreterId>MSBuild|Hockey|$(MSBuildProjectFullPath)</InterpreterId>
|
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
@ -59,6 +59,15 @@
|
||||||
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
|
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
|
||||||
<Architecture>X64</Architecture>
|
<Architecture>X64</Architecture>
|
||||||
</Interpreter>
|
</Interpreter>
|
||||||
|
<Interpreter Include="env\env\">
|
||||||
|
<Id>env</Id>
|
||||||
|
<Version>3.8</Version>
|
||||||
|
<Description>env (Python38-32)</Description>
|
||||||
|
<InterpreterPath>Scripts\python.exe</InterpreterPath>
|
||||||
|
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
|
||||||
|
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
|
||||||
|
<Architecture>X86</Architecture>
|
||||||
|
</Interpreter>
|
||||||
<Interpreter Include="Hockey\">
|
<Interpreter Include="Hockey\">
|
||||||
<Id>Hockey</Id>
|
<Id>Hockey</Id>
|
||||||
<Version>3.8</Version>
|
<Version>3.8</Version>
|
||||||
|
|
Loading…
Reference in a new issue