Commit Graph

19 Commits

Author SHA1 Message Date
Marius Stanciu
45479eee8d - added new requirement 2020-08-17 17:50:39 +03:00
Marius Stanciu
98541775d4 - made some corrections - due of recent refactoring PyCharm reported errors all over (not correct but it made programming difficult)
- modified the requirements.txt file to force svg.path module to be at least version 4.0
2020-04-30 12:47:07 +03:00
Marius Stanciu
61020e3624 - finished the moving of all Tcl Shell stuff out of the FlatCAAMApp class to flatcamTools.ToolShell class
- updated the requirements.txt file to request that the Shapely package needs to be at least version 1.7.0 as it is needed in the latest versions of FlatCAM beta
- some TOOD cleanups
- minor changes
2020-04-27 06:55:08 +03:00
Marius Stanciu
b67c00fef6 - update the language template strings.pot and updated the Romanian translation
- updated the Readme file with the steps for installation for MacOS
- updated the requirements.txt file
2020-04-24 11:25:21 +03:00
Marius Stanciu
e1269cdb34 - updated the requirements file 2020-04-06 21:39:23 +03:00
Marius Stanciu
5554cf0afa - finished the new database based on a QTreeWidget 2020-03-28 22:22:53 +02:00
Marius Stanciu
9417049eef - some updates in the requirements file and in setup_ubuntu.sh; for now versions higher than 5.12.1 of pyqt5 are not working 2020-02-13 21:11:06 +02:00
Marius Stanciu
face1d0f64 - some fixes on the app.jump_to() method
- made sure that the ToolFilm will not start saving a file if there are no objects loaded
2019-12-09 21:53:57 +02:00
Marius Stanciu
f1af9d7999 - updated the Film Tool to allow exporting PDF and PNG file (besides the SVG file) 2019-11-26 16:37:21 +02:00
Marius Stanciu
c7fafe0b87 - updated requirements.txt and setup_ubuntu.sh files 2019-11-21 23:57:30 +02:00
Marius Stanciu
7cbc3c657a - fixed the requirements.txt and setup_ubuntu.sh files 2019-10-25 02:14:55 +03:00
Marius Stanciu
eeae3ff6c5 - updated the files: setup_ubuntu.sh and requirements.txt 2019-09-22 14:19:13 +03:00
Symonty Symonty
6007c8e58d Removed duplicate simplejson on line 5 already on line 13
requirements.txt edited online with Bitbucket.
2019-06-25 04:40:33 +00:00
Marius Stanciu
b418d15daf - reactivated the version check in case the release is not BETA; FlatCAMApp.App has now a beta object that when set True the application will show in the Title and help-> About that is Beta (and it disable version checking) 2019-01-06 22:04:01 +02:00
Marius Stanciu
e48d2d2f49 -clean-up before merge 2019-01-03 21:25:08 +02:00
Marius Stanciu
421e9766ea -clean-up before merge 2019-01-03 21:20:54 +02:00
Barnaby Walters
c99a0ece9a Added svg.path to requirements.txt
It’s required for FlatCAM to work, and already made its way into the Ubuntu setup script. Added it here too so that people installing using the requirements file also get everything they need.
2016-10-25 21:17:09 +00:00
Chris Hemingway
7b3647aa97 Add comments to requirements.txt 2015-06-30 20:40:06 +01:00
Christopher Hemingway
98049385f4 Add requirements.txt for pip.
This simplifies installation on OSX by installing requirements with a single
```pip install -r requirements.txt```
Library minimum versions taken from http://flatcam.org/manual/installation.html#requirements
Where versions have not been specified, requirements.txt reflects this.
2015-06-29 22:30:28 +01:00