Skip to content

Commit

Permalink
Use mypy --install-types to add more library stubs
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
  • Loading branch information
deepyaman committed Jun 9, 2022
1 parent 213c096 commit a14f96b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ s3fs>=0.3.0, <0.5 # Needs to be at least 0.3.0 to make use of `cachable` attrib
SQLAlchemy~=1.2
tables~=3.6.0; platform_system == "Windows" and python_version<'3.9'
tables~=3.6; platform_system != "Windows"
tensorflow>=2.0, <3.0
# tensorflow>=2.0, <3.0
trufflehog~=2.1
types-cachetools
types-filelock
types-PyYAML
types-redis
types-requests
types-setuptools
types-toml
xlsxwriter~=1.0

0 comments on commit a14f96b

Please sign in to comment.