Skip to content

Commit b913a65

Browse files
committed
Fixing requirements.txt
1 parent b0d8c5c commit b913a65

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

requirements-micro.txt

-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ colorhash # for hashing a string into a color
88
numpy # for computing median and other stats
99
pytz # for timezone info
1010
tzlocal==2.0 # for figuring out the local timezone; frozen to 2.0 because 3.0 conflicts the latest version of appscheduler (as of jan.2020)
11-
12-
# pinning this to avoid flask pulling in a later one which breaks python3.6
13-
jinja2==2.11.1; python_version < '3.7'
14-
jinja2; python_version >= '3.7'

requirements.txt

-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
11
-r requirements-micro.txt
2-
click
3-
apscheduler
4-
flask>=0.9 # for monitoring the web-service
5-
jinja2==2.11.3 # pinning this to avoid flask pulling in a later one which breaks python3.6
6-
sqlalchemy>=1.1.9 # for database support
7-
configparser # for parsing the config-file
8-
psutil # for logging extra CPU-info
9-
colorhash # for hashing a string into a color
10-
numpy # for computing median and other stats
11-
pytz # for timezone info
12-
tzlocal==2.0 # for figuring out the local timezone; frozen to 2.0 because 3.0 conflicts the latest version of appscheduler (as of jan.2020)
132
scipy # for statistical analysis of latency measurements

0 commit comments

Comments
 (0)