forked from thepycoach/automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
30 lines (26 loc) · 867 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## requirements.txt
## used by https://github.com/ifrankandrade/automation
## and fork https://github.com/mvilain/python-automation
## use this with a python virtual environment
## (e.g. python3 -m virtualenvironment virtualenv; source virtualenv/bin/activate; python3 -m pip install -r requirements)
##### DO NOT ALLOW PYCHARM or INTELLIJ to install these modules
##### it will install them into the system directory...use the commands above
pathlib
## https://camelot-py.readthedocs.io/en/master/user/install-deps.html
ghostscript
tk
## https://stackoverflow.com/questions/60666006/python-camelot-module-does-not-work-offline
opencv-python
camelot-py
jupyterlab
pandas
openpyxl
selenium
pyinstaller
pywhatkit
## the following are part of the standard Library install
## they don't need to be listed here but are used by this repo
#email
#ssl
#time
#wheel