Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Modify the python packages requirements files
Browse files Browse the repository at this point in the history
- pin `appscript` to 1.0.1 for Mac
- pin `uritemplate.py` to 3.0.2 for devops
- update `APScheduler` and `SQLAlchemy` for ejenti
- add ejenti's requirements into general requirements
- move `matplotlib`, `ipython`, `pandas`, and `runipy` to `requirements_ipynb`
- add comments for `APScheduler` in `requirements`
  - prepare to remove `APScheduler` from requirements when we remove the old agent
  • Loading branch information
askeing committed Aug 17, 2017
1 parent cddbf81 commit 0b2c200
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
6 changes: 4 additions & 2 deletions ejenti/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
APScheduler==3.0.3
docopt==0.6.2
SQLAlchemy==1.1.11
tqdm==4.15.0

APScheduler==3.3.1
SQLAlchemy==1.1.13

mozillapulse==1.3
slackclient==1.0.6
websocket-client==0.40.0
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ pyperclip>=1.5.27
web.py>=0.38
docopt==0.6.2
pyssim==0.3
APScheduler==3.0.3
argparse==1.2.1
watchdog==0.8.3
peakutils==1.0.3
treeherder-client==3.1.0
selenium==3.0.2
jsonschema==2.6.0
geckoprofiler_controller==0.0.4
matplotlib==1.5.3
ipython==5.3.0
pandas>=0.19.2
runipy==0.1.5

python-dateutil
keyring
requests

# import ipynb related packages, remove it after we remove related imported packages from Hasal
-r requirements_ipynb.txt

# When we replace the old agent by ejenti, then we can remove following package
APScheduler==3.3.1
2 changes: 1 addition & 1 deletion requirements_devops.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
uritemplate.py
uritemplate.py==3.0.2
github3.py==1.0.0a4
4 changes: 4 additions & 0 deletions requirements_ipynb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
matplotlib==1.5.3
ipython==5.3.0
pandas>=0.19.2
runipy==0.1.5
2 changes: 1 addition & 1 deletion requirements_mac.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
appscript>=1.0.1
appscript==1.0.1

0 comments on commit 0b2c200

Please sign in to comment.