adding virtualenv things

This commit is contained in:
shockrah 2021-01-20 21:55:32 -08:00
parent c77ce0b7b6
commit d44ba36e58
3 changed files with 15 additions and 0 deletions

2
server-api/client-tests/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
bin/
lib/

View File

@ -0,0 +1,8 @@
home = /usr
implementation = CPython
version_info = 3.9.1.final.0
virtualenv = 20.2.2
include-system-site-packages = false
base-prefix = /usr
base-exec-prefix = /usr
base-executable = /usr/bin/python3

View File

@ -0,0 +1,5 @@
certifi==2020.12.5
chardet==4.0.0
idna==2.10
requests==2.25.1
urllib3==1.26.2