This commit is contained in:
Raffu Khondaker 2020-06-12 18:52:35 -04:00
parent f08b5ad3de
commit 3125495596
4 changed files with 0 additions and 32 deletions

View File

@ -1,2 +0,0 @@
import os
os.spawnl(os.P_DETACH, 'some_long_running_command')

View File

@ -1,21 +0,0 @@
asgiref==3.2.7
certifi==2020.4.5.1
chardet==3.0.4
click==7.1.2
Django==3.0.7
django-cors-middleware==1.5.0
django-oauth-toolkit==1.3.2
djangorestframework==3.11.0
idna==2.9
oauthlib==3.1.0
prompt-toolkit==1.0.14
Pygments==2.6.1
PyInquirer==1.0.3
pytz==2020.1
regex==2020.5.14
requests==2.23.0
selenium==3.141.0
six==1.15.0
sqlparse==0.3.1
urllib3==1.25.9
wcwidth==0.2.3

View File

@ -1,7 +0,0 @@
import requests
import webbrowser
URL = "chrome://version"
webbrowser.open_new_tab(URL)
r = requests.get(URL)
print(r.json())

View File

@ -1,2 +0,0 @@
import textract
text = textract.process('test.py')