Skip to content

Commit

Permalink
fix venv, generate new requirements and set python to 3.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-brown8 committed Aug 1, 2024
1 parent fcafb50 commit d108952
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fanbook-message-bridge.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<ItemGroup>
<Content Include="requirements.txt" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
certifi==2024.7.4
charset-normalizer==3.3.2
idna==3.7
urllib3==2.2.2
requests==2.32.3
pip==20.1.1
requests==2.31.0
setuptools==47.1.0
urllib3==2.0.7

0 comments on commit d108952

Please sign in to comment.