Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Fix it better
Browse files Browse the repository at this point in the history
  • Loading branch information
tweirtx committed Jan 17, 2020
1 parent c6bd2f6 commit 71eb76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_script:
- cmd: dist\timetracker.exe --test

install:
- C:\Python37-x64\Scripts\pip install -Ur requirements.txt --no-binary
- C:\Python37-x64\Scripts\pip install -Ur requirements.txt
- C:\Python37-x64\Scripts\pip install pyinstaller
- C:\Python37-x64\python ci_configurator.py

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ flask_table
psycopg2-binary
pymysql
mysqlclient
pyodbc
pyodbc==4.0.27

0 comments on commit 71eb76c

Please sign in to comment.