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/
|
||||
/.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 hocTests import AttributeTest, TestGame
|
||||
from hocUtils import RinkGraph
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<OutputPath>.</OutputPath>
|
||||
<Name>SimHoc</Name>
|
||||
<RootNamespace>SimHoc</RootNamespace>
|
||||
<InterpreterId>MSBuild|Hockey|$(MSBuildProjectFullPath)</InterpreterId>
|
||||
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -59,6 +59,15 @@
|
|||
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
|
||||
<Architecture>X64</Architecture>
|
||||
</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\">
|
||||
<Id>Hockey</Id>
|
||||
<Version>3.8</Version>
|
||||
|
|
Loading…
Reference in a new issue